Socket
Socket
Sign inDemoInstall

minimal-polyfills

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

1

Array.from.js
"use strict";
exports.__esModule = true;
// Production steps of ECMA-262, Edition 6, 22.1.2.1

@@ -3,0 +4,0 @@ if (!Array.from) {

@@ -81,1 +81,3 @@

}
export {}
"use strict";
exports.__esModule = true;
// https://tc39.github.io/ecma262/#sec-array.prototype.find

@@ -3,0 +4,0 @@ if (!Array.prototype.find) {

4

Array.prototype.find.ts

@@ -47,2 +47,4 @@

});
}
}
export {};
"use strict";
exports.__esModule = true;
if (!ArrayBuffer["isView"]) {

@@ -3,0 +4,0 @@ ArrayBuffer.isView = function isView(a) {

@@ -7,1 +7,3 @@

}
export {};

@@ -0,1 +1,5 @@

### **2.1.2** (2020-05-25)
- Update denoify
### **2.1.1** (2020-05-25)

@@ -2,0 +6,0 @@

"use strict";
exports.__esModule = true;
if (typeof Object.assign !== 'function') {

@@ -3,0 +4,0 @@ // Must be writable: true, enumerable: false, configurable: true

@@ -29,2 +29,4 @@ if (typeof Object.assign !== 'function') {

});
}
}
export {};
"use strict";
exports.__esModule = true;
if (!Object.is) {

@@ -3,0 +4,0 @@ Object.is = function (x, y) {

@@ -13,2 +13,4 @@

};
}
}
export {};
{
"name": "minimal-polyfills",
"version": "2.1.2",
"version": "2.1.3",
"main": "index.js",

@@ -28,4 +28,4 @@ "types": "index.ts",

"devDependencies": {
"typescript": "^3.9.3",
"denoify": "^0.2.15"
"typescript": "^3.9.7",
"denoify": "^0.3.3"
},

@@ -32,0 +32,0 @@ "files": [

"use strict";
exports.__esModule = true;
if (typeof String.prototype.startsWith !== "function") {

@@ -3,0 +4,0 @@ String.prototype.startsWith = function startsWith(str) {

@@ -8,2 +8,4 @@

}
}
export {};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc