object.getprototypeof
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -8,2 +8,14 @@ # Changelog | ||
## [v1.0.4](https://github.com/es-shims/Object.getPrototypeOf/compare/v1.0.3...v1.0.4) - 2022-11-06 | ||
### Commits | ||
- [actions] reuse common workflows [`e95bf1e`](https://github.com/es-shims/Object.getPrototypeOf/commit/e95bf1eb1893560f093b06505cf07cbfe2b1b154) | ||
- [meta] use `npmignore` to autogenerate an npmignore file [`55214a5`](https://github.com/es-shims/Object.getPrototypeOf/commit/55214a57b03de1e936cea3e98f81b0759081b6e8) | ||
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `safe-publish-latest`, `tape` [`3c93053`](https://github.com/es-shims/Object.getPrototypeOf/commit/3c9305327c22b84dc3aa86b2133d4ea7d1dd61bd) | ||
- [actions] update codecov uploader [`0a985b5`](https://github.com/es-shims/Object.getPrototypeOf/commit/0a985b5823d6b2fca42e24fa9c024726ccca16f4) | ||
- [actions] update rebase action to use reusable workflow [`c527083`](https://github.com/es-shims/Object.getPrototypeOf/commit/c5270834f09569bdbe824214bc7205942cd67422) | ||
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`9b46f2c`](https://github.com/es-shims/Object.getPrototypeOf/commit/9b46f2c83948b0facf6420a3a797f8ef9d62d569) | ||
- [Deps] update `define-properties`, `es-abstract` [`e2d43b8`](https://github.com/es-shims/Object.getPrototypeOf/commit/e2d43b8144acf33c72ac9b29b23033762cc2ca33) | ||
## [v1.0.3](https://github.com/es-shims/Object.getPrototypeOf/compare/v1.0.2...v1.0.3) - 2021-10-03 | ||
@@ -10,0 +22,0 @@ |
'use strict'; | ||
var ToObject = require('es-abstract/2021/ToObject'); | ||
var ToObject = require('es-abstract/2022/ToObject'); | ||
@@ -5,0 +5,0 @@ var ReflectGetPrototypeOf = require('reflect.getprototypeof'); |
{ | ||
"name": "object.getprototypeof", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible", | ||
@@ -15,13 +15,14 @@ "main": "index.js", | ||
], | ||
"./auto": "./auto.js", | ||
"./polyfill": "./polyfill.js", | ||
"./implementation": "./implementation.js", | ||
"./shim": "./shim.js", | ||
"./auto": "./auto.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"prepack": "npmignore --auto --commentLines=autogenerated", | ||
"prepublish": "not-in-publish || npm run prepublishOnly", | ||
"prepublishOnly": "safe-publish-latest", | ||
"prelint": "evalmd README.md", | ||
"lint": "eslint .", | ||
"lint": "eslint --ext=js,mjs .", | ||
"postlint": "es-shim-api --bound", | ||
@@ -65,11 +66,13 @@ "pretest": "npm run lint", | ||
"devDependencies": { | ||
"@es-shims/api": "^2.2.2", | ||
"@ljharb/eslint-config": "^18.0.0", | ||
"aud": "^1.1.5", | ||
"auto-changelog": "^2.3.0", | ||
"eslint": "^7.32.0", | ||
"@es-shims/api": "^2.2.3", | ||
"@ljharb/eslint-config": "^21.0.0", | ||
"aud": "^2.0.1", | ||
"auto-changelog": "^2.4.0", | ||
"eslint": "=8.8.0", | ||
"evalmd": "^0.0.19", | ||
"in-publish": "^2.0.1", | ||
"npmignore": "^0.3.0", | ||
"nyc": "^10.3.2", | ||
"safe-publish-latest": "^1.1.4", | ||
"tape": "^5.3.1" | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.6.1" | ||
}, | ||
@@ -86,6 +89,11 @@ "auto-changelog": { | ||
"call-bind": "^1.0.2", | ||
"define-properties": "^1.1.3", | ||
"es-abstract": "^1.19.1", | ||
"define-properties": "^1.1.4", | ||
"es-abstract": "^1.20.4", | ||
"reflect.getprototypeof": "^1.0.2" | ||
}, | ||
"publishConfig": { | ||
"ignore": [ | ||
".github/workflows" | ||
] | ||
} | ||
} |
'use strict'; | ||
var RequireObjectCoercible = require('es-abstract/2021/RequireObjectCoercible'); | ||
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible'); | ||
var implementation = require('./implementation'); | ||
@@ -5,0 +5,0 @@ |
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
22596
11
17
Updateddefine-properties@^1.1.4
Updatedes-abstract@^1.20.4