setprototypeof
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "setprototypeof", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "A small polyfill for Object.setprototypeof", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -22,1 +22,6 @@ # Polyfill for `Object.setPrototypeOf` | ||
``` | ||
TypeScript is also supported: | ||
```typescript | ||
import setPrototypeOf = require('setprototypeof'); | ||
``` |
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
2261
5
15
26