Socket
Socket
Sign inDemoInstall

core-js-pure

Package Overview
Dependencies
0
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.12.0 to 3.12.1

2

internals/internal-state.js

@@ -27,3 +27,3 @@ var NATIVE_WEAK_MAP = require('../internals/native-weak-map');

if (NATIVE_WEAK_MAP) {
if (NATIVE_WEAK_MAP || shared.state) {
var store = shared.state || (shared.state = new WeakMap());

@@ -30,0 +30,0 @@ var wmget = store.get;

@@ -7,5 +7,5 @@ var IS_PURE = require('../internals/is-pure');

})('versions', []).push({
version: '3.12.0',
version: '3.12.1',
mode: IS_PURE ? 'pure' : 'global',
copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
});
{
"name": "core-js-pure",
"description": "Standard library",
"version": "3.12.0",
"version": "3.12.1",
"repository": {

@@ -58,3 +58,3 @@ "type": "git",

},
"gitHead": "1aadb7b20d500abb53b6d721b75974571dd54b26"
"gitHead": "8752e6940ac87e35a05c7a0df53cdc781bb73c8d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc