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

@nolyfill/string.prototype.matchall

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nolyfill/string.prototype.matchall - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

9

./index.js
'use strict';
const { uncurryThis } = require('@nolyfill/shared');
const { uncurryThis, makeEsShim } = require('@nolyfill/shared');
const impl = String.prototype.matchAll;
module.exports = uncurryThis(impl);
module.exports.implementation = impl;
module.exports.getPolyfill = () => impl;
module.exports.shim = () => impl;
const bound = uncurryThis(impl);
makeEsShim(bound, impl);
module.exports = bound;
'use strict';
const { uncurryThis } = require('@nolyfill/shared');
const { uncurryThis, makeEsShim } = require('@nolyfill/shared');
const impl = String.prototype.matchAll;
module.exports = uncurryThis(impl);
module.exports.implementation = impl;
module.exports.getPolyfill = () => impl;
module.exports.shim = () => impl;
const bound = uncurryThis(impl);
makeEsShim(bound, impl);
module.exports = bound;
{
"name": "@nolyfill/string.prototype.matchall",
"version": "1.0.11",
"version": "1.0.12",
"main": "./index.js",

@@ -10,3 +10,3 @@ "license": "MIT",

"dependencies": {
"@nolyfill/shared": "1.0.11"
"@nolyfill/shared": "1.0.12"
},

@@ -13,0 +13,0 @@ "engines": {

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