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

object.getprototypeof

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object.getprototypeof - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

34

CHANGELOG.md

@@ -8,11 +8,21 @@ # Changelog

## [v1.0.1](https://github.com/es-shims/Object.getPrototypeOf/compare/v1.0.0...v1.0.1) - 2021-01-12
## [v1.0.2](https://github.com/es-shims/Object.getPrototypeOf/compare/v1.0.1...v1.0.2) - 2021-09-08
### Commits
- [Refactor] `implementation`: use `reflect.getprototypeof` [`087718f`](https://github.com/es-shims/Object.getPrototypeOf/commit/087718fab0481423efe0679a8fd76cefb335e90f)
- [Dev Deps] update `eslint`, `tape` [`b37e609`](https://github.com/es-shims/Object.getPrototypeOf/commit/b37e609840a4912474af7b13b0730ffdcd91e9bc)
- [Deps] update `call-bind` [`3f64439`](https://github.com/es-shims/Object.getPrototypeOf/commit/3f644397b8aaca63b4d2a5758e821ac642d783e9)
- [Refactor] remove unnecessary ESM files [`1344709`](https://github.com/es-shims/Object.getPrototypeOf/commit/1344709603a7a6b44aabff062c5942243ebb92df)
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`6cf0ea2`](https://github.com/es-shims/Object.getPrototypeOf/commit/6cf0ea27bf38770c5ee3bad661893ce98da710e2)
- [meta] `npx auto-changelog` [`db72bad`](https://github.com/es-shims/Object.getPrototypeOf/commit/db72bad0f68c3866486fbc1a0c4a0a6337ef84cf)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `tape` [`a57eae1`](https://github.com/es-shims/Object.getPrototypeOf/commit/a57eae1f44bc5648644b50cda3258edf701eea68)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`cfbb551`](https://github.com/es-shims/Object.getPrototypeOf/commit/cfbb5516fa1b05b1ad1cb36f67ecb68d8ba85208)
- [readme] add actions and codecov badges [`a8664a2`](https://github.com/es-shims/Object.getPrototypeOf/commit/a8664a2f49b20907acb128236feb74ed2c48f19f)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog` [`72efb2b`](https://github.com/es-shims/Object.getPrototypeOf/commit/72efb2be16b14a2e1a4a2b8e59832ec4a2e373f8)
- [actions] update workflows [`cdb2fe6`](https://github.com/es-shims/Object.getPrototypeOf/commit/cdb2fe6664e6317e92cad847b41181009bc0d52b)
- [Dev Deps] update `aud`, `eslint` [`9c702ef`](https://github.com/es-shims/Object.getPrototypeOf/commit/9c702ef95455c772235716ee325b70bf78c03094)
- [meta] use `prepublishOnly` script for npm 7+ [`4fe0f9a`](https://github.com/es-shims/Object.getPrototypeOf/commit/4fe0f9a3405e8c03e786740aac97e943bffe9ecc)
- [Deps] update `es-abstract` [`8b5a4e8`](https://github.com/es-shims/Object.getPrototypeOf/commit/8b5a4e86747f7afe99169f6c6f6712cb7dfdc24e)
- [Deps] update `es-abstract` [`49ac651`](https://github.com/es-shims/Object.getPrototypeOf/commit/49ac6515761a38b7ffd11cfe7cd5b0de6276a85d)
- [Deps] update `es-abstract` [`6025f20`](https://github.com/es-shims/Object.getPrototypeOf/commit/6025f2022985b478e83be7603a607f55c7ca4adc)
## v1.0.0 - 2021-01-12
## [v1.0.1](https://github.com/es-shims/Object.getPrototypeOf/compare/v1.0.0...v1.0.1) - 2021-01-12

@@ -29,7 +39,5 @@ ### Commits

- [meta] update package.json [`020d703`](https://github.com/es-shims/Object.getPrototypeOf/commit/020d7030be338262913e4100e954a85601a3741d)
- <3 [`4751ac2`](https://github.com/es-shims/Object.getPrototypeOf/commit/4751ac25c20fb7117e7956b123a4cdd7fd944124)
- [Refactor] `implementation`: use `reflect.getprototypeof` [`087718f`](https://github.com/es-shims/Object.getPrototypeOf/commit/087718fab0481423efe0679a8fd76cefb335e90f)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`240d6e9`](https://github.com/es-shims/Object.getPrototypeOf/commit/240d6e967a05c3f2a854ab894ecbb13abcf7e119)
- [meta] add `auto-changelog` [`de87a4d`](https://github.com/es-shims/Object.getPrototypeOf/commit/de87a4df27902979a32b2e27f6d5cb361ee6975f)
- Initial commit [`3297015`](https://github.com/es-shims/Object.getPrototypeOf/commit/32970157d24409ca394e4cea35d6d5b9cfe1230a)
- Update README.md [`52d680b`](https://github.com/es-shims/Object.getPrototypeOf/commit/52d680b882855abe3db7acc10ba4ad864ba13a18)
- [Tests] run `nyc` on all tests [`4e21d00`](https://github.com/es-shims/Object.getPrototypeOf/commit/4e21d001847c5ae4b759898e9481e3803a227e91)

@@ -46,7 +54,17 @@ - [Refactor] use `call-bind`, `get-intrinsic` instead of `es-abstract` where appropriate; update `es-abstract` [`e1e0d7e`](https://github.com/es-shims/Object.getPrototypeOf/commit/e1e0d7e65ff57624c467fcb6bb94b2a713d328fa)

- Only apps should have lockfiles [`705b426`](https://github.com/es-shims/Object.getPrototypeOf/commit/705b42605f71b50ea002738a73540bbca9135016)
- [Dev Deps] update `eslint`, `tape` [`b37e609`](https://github.com/es-shims/Object.getPrototypeOf/commit/b37e609840a4912474af7b13b0730ffdcd91e9bc)
- [actions] switch Automatic Rebase workflow to `pull_request_target` event [`5debc6b`](https://github.com/es-shims/Object.getPrototypeOf/commit/5debc6bf86a8857c989fc9d1e110c67e94dfdecb)
- [meta] add `funding` field [`77bb1ce`](https://github.com/es-shims/Object.getPrototypeOf/commit/77bb1ce456183c6c1837840e1c930b2895bb2465)
- [Deps] update `call-bind` [`3f64439`](https://github.com/es-shims/Object.getPrototypeOf/commit/3f644397b8aaca63b4d2a5758e821ac642d783e9)
- [Tests] run `es-shim-api` postlint [`c3173fd`](https://github.com/es-shims/Object.getPrototypeOf/commit/c3173fdf79b9036d54f32a8a5698391f11a68eff)
- [Deps] update `which-builtin-type` [`21a840b`](https://github.com/es-shims/Object.getPrototypeOf/commit/21a840ba23dcbda0e3e452f431a4b88e3af1ee31)
- [meta] add `safe-publish-latest` [`4691320`](https://github.com/es-shims/Object.getPrototypeOf/commit/4691320b92fa9cc0dcb411fb4093e298a04d6cc2)
## v1.0.0 - 2014-10-12
### Commits
- <3 [`4751ac2`](https://github.com/es-shims/Object.getPrototypeOf/commit/4751ac25c20fb7117e7956b123a4cdd7fd944124)
- Initial commit [`3297015`](https://github.com/es-shims/Object.getPrototypeOf/commit/32970157d24409ca394e4cea35d6d5b9cfe1230a)
- Update README.md [`52d680b`](https://github.com/es-shims/Object.getPrototypeOf/commit/52d680b882855abe3db7acc10ba4ad864ba13a18)
- Update README.md [`f2a5d3d`](https://github.com/es-shims/Object.getPrototypeOf/commit/f2a5d3d18b5d9a3bb718c2d197a2a7ff1bd243e7)
{
"name": "object.getprototypeof",
"version": "1.0.1",
"version": "1.0.2",
"description": "An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible",

@@ -15,34 +15,11 @@ "main": "index.js",

],
"./polyfill": [
{
"import": "./polyfill.mjs",
"default": "./polyfill.js"
},
"./polyfill.js"
],
"./implementation": [
{
"import": "./implementation.mjs",
"default": "./implementation.js"
},
"./implementation.js"
],
"./shim": [
{
"import": "./shim.mjs",
"default": "./shim.js"
},
"./shim.js"
],
"./auto": [
{
"import": "./auto.mjs",
"default": "./auto.js"
},
"./auto.js"
],
"./polyfill": "./polyfill.js",
"./implementation": "./implementation.js",
"./shim": "./shim.js",
"./auto": "./auto.js",
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"prelint": "evalmd README.md",

@@ -88,11 +65,11 @@ "lint": "eslint .",

"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.17.0",
"@es-shims/api": "^2.2.1",
"@ljharb/eslint-config": "^18.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"evalmd": "^0.0.19",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.1.1"
"tape": "^5.3.1"
},

@@ -110,5 +87,5 @@ "auto-changelog": {

"define-properties": "^1.1.3",
"es-abstract": "^1.18.0-next.1",
"es-abstract": "^1.18.6",
"reflect.getprototypeof": "^1.0.0"
}
}
# object.getprototypeof <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][deps-svg]][deps-url]

@@ -71,1 +73,5 @@ [![dev dependency status][dev-deps-svg]][dev-deps-url]

[downloads-url]: https://npm-stat.com/charts.html?package=object.getprototypeof
[codecov-image]: https://codecov.io/gh/es-shims/Object.getPrototypeOf/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/es-shims/Object.getPrototypeOf/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Object.getPrototypeOf
[actions-url]: https://github.com/es-shims/Object.getPrototypeOf/actions

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc