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.1 to 3.13.0

2

internals/shared.js

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

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

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

},
"gitHead": "8752e6940ac87e35a05c7a0df53cdc781bb73c8d"
"gitHead": "f4307bc98ea7e1ca10b1c6e27847f9faad4a76d3"
}

@@ -1,2 +0,1 @@

require('../proposals/accessible-object-hasownproperty');
require('../proposals/array-find-from-last');

@@ -3,0 +2,0 @@ require('../proposals/array-is-template-object');

@@ -0,1 +1,2 @@

require('../proposals/accessible-object-hasownproperty');
require('../proposals/relative-indexing-method');

@@ -2,0 +3,0 @@ var parent = require('./4');

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