minimal-polyfills
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30497
30
564