New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nolyfill/object.entries

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nolyfill/object.entries - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

entry.js

6

./index.js
'use strict';
const { makeEsShim } = require('@nolyfill/shared');
const impl = Object.entries;
const bound = impl;
makeEsShim(bound, impl);
module.exports = bound;
module.exports = require('./entry.js').index();
'use strict';
module.exports = Object.entries;
module.exports = require('./entry.js').implementation;
'use strict';
const { makeEsShim } = require('@nolyfill/shared');
const impl = Object.entries;
const bound = impl;
makeEsShim(bound, impl);
module.exports = bound;
module.exports = require('./entry.js').index();
{
"name": "@nolyfill/object.entries",
"version": "1.0.21",
"version": "1.0.22",
"repository": {
"type": "git",
"url": "https://github.com/SukkaW/nolyfill",
"directory": "packages/object.entries"
"directory": "packages/generated/object.entries"
},

@@ -9,0 +9,0 @@ "main": "./index.js",

'use strict';
module.exports = () => Object.entries;
module.exports = require('./entry.js').polyfill;
'use strict';
module.exports = () => Object.entries;
module.exports = require('./entry.js').shim;
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc