Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.0.1 to 1.0.2

dist/lib/index.d.ts

64

package.json
{
"name": "minimal-polyfills",
"version": "1.0.1",
"description": "An ultra light-weight, nonexhaustive, polyfills library",
"repository": {
"type": "git",
"url": "git+https://github.com/garronej/minimal-polyfills.git"
},
"scripts": {
"tsc": "npx tsc -p tsconfig.json",
"test": "node ./dist/test/main"
},
"author": "Joseph Garrone",
"license": "MIT",
"keywords": [
"polyfills",
"light-weight",
"nonexhaustive",
"Map",
"Set",
"WeakMap",
"typescript",
"Array.prototype.find",
"Array.prototype.from",
"Array.prototype.isView",
"String.prototype.startsWith"
],
"dependencies": {},
"devDependencies": {
"typescript": "^3.5.2"
}
}
"name": "minimal-polyfills",
"version": "1.0.2",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"description": "An ultra light-weight, nonexhaustive, polyfills library",
"repository": {
"type": "git",
"url": "git+https://github.com/garronej/minimal-polyfills.git"
},
"scripts": {
"tsc": "npx tsc -p tsconfig.json",
"test": "node ./dist/test/main"
},
"author": "Joseph Garrone",
"license": "MIT",
"keywords": [
"polyfills",
"light-weight",
"nonexhaustive",
"Map",
"Set",
"WeakMap",
"typescript",
"Array.prototype.find",
"Array.prototype.from",
"Array.prototype.isView",
"String.prototype.startsWith"
],
"dependencies": {},
"devDependencies": {
"typescript": "^3.5.2"
}
}

Sorry, the diff of this file is not supported yet

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