core-js-bundle 3.27.0 → 3.27.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-js-bundle",
3
- "version": "3.27.0",
3
+ "version": "3.27.2",
4
4
  "description": "Standard library",
5
5
  "keywords": [
6
6
  "ES3",
package/postinstall.js CHANGED
@@ -1,8 +1,8 @@
1
1
  var fs = require('fs');
2
2
  var os = require('os');
3
3
  var path = require('path');
4
- var env = process.env;
5
4
 
5
+ var env = process.env;
6
6
  var ADBLOCK = is(env.ADBLOCK);
7
7
  var COLOR = is(env.npm_config_color);
8
8
  var DISABLE_OPENCOLLECTIVE = is(env.DISABLE_OPENCOLLECTIVE);