Socket
Socket
Sign inDemoInstall

minimal-polyfills

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

minimal-polyfills - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### **2.2.2** (2022-08-25)
- #7
- Update README.md
## **2.2.1** (2021-05-26)

@@ -2,0 +7,0 @@

2

package.json
{
"name": "minimal-polyfills",
"version": "2.2.1",
"version": "2.2.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -11,3 +11,2 @@

<img src="https://img.shields.io/bundlephobia/minzip/minimal-polyfills">
<img src="https://img.shields.io/david/garronej/minimal-polyfills">
<img src="https://img.shields.io/npm/l/minimal-polyfills">

@@ -14,0 +13,0 @@ </p>

@@ -14,3 +14,3 @@

[Symbol.toStringTag]: string;
[Symbol.toStringTag]!: string;

@@ -17,0 +17,0 @@ private readonly record: [K, V][]= [];

@@ -14,3 +14,3 @@

[Symbol.toStringTag]: string;
[Symbol.toStringTag]!: string;

@@ -17,0 +17,0 @@ private readonly map= new MapPolyfill<T, true>();

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