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

reflect.getprototypeof

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflect.getprototypeof - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [v1.0.2](https://github.com/es-shims/Reflect.getPrototypeOf/compare/v1.0.1...v1.0.2) - 2021-10-03
### Commits
- [Deps] update `es-abstract` [`947bbb1`](https://github.com/es-shims/Reflect.getPrototypeOf/commit/947bbb1bff0cc08ab80bb809a19771c6087e9fda)
- [actions] update workflows` [`af4708d`](https://github.com/es-shims/Reflect.getPrototypeOf/commit/af4708d75212ee5781b549b1ff86f903fc659e3f)
## [v1.0.1](https://github.com/es-shims/Reflect.getPrototypeOf/compare/v1.0.0...v1.0.1) - 2021-09-08

@@ -10,0 +17,0 @@

4

implementation.js
'use strict';
var GetIntrinsic = require('get-intrinsic');
var IsCallable = require('es-abstract/2020/IsCallable');
var Type = require('es-abstract/2020/Type');
var IsCallable = require('es-abstract/2021/IsCallable');
var Type = require('es-abstract/2021/Type');
var whichBuiltinType = require('which-builtin-type');

@@ -7,0 +7,0 @@

{
"name": "reflect.getprototypeof",
"version": "1.0.1",
"version": "1.0.2",
"description": "An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible",

@@ -86,3 +86,3 @@ "main": "index.js",

"define-properties": "^1.1.3",
"es-abstract": "^1.18.6",
"es-abstract": "^1.19.1",
"get-intrinsic": "^1.1.1",

@@ -89,0 +89,0 @@ "which-builtin-type": "^1.1.1"

'use strict';
var Type = require('es-abstract/2020/Type');
var Type = require('es-abstract/2021/Type');
var GetIntrinsic = require('get-intrinsic');

@@ -5,0 +5,0 @@

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