Socket
Socket
Sign inDemoInstall

get-intrinsic

Package Overview
Dependencies
3
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

.nycrc

8

CHANGELOG.md

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

## [v1.0.1](https://github.com/ljharb/get-intrinsic/compare/v1.0.0...v1.0.1) - 2020-10-30
### Commits
- [Tests] gather coverage data on every job [`d1d280d`](https://github.com/ljharb/get-intrinsic/commit/d1d280dec714e3f0519cc877dbcb193057d9cac6)
- [Fix] add missing dependencies [`5031771`](https://github.com/ljharb/get-intrinsic/commit/5031771bb1095b38be88ce7c41d5de88718e432e)
- [Tests] use `es-value-fixtures` [`af48765`](https://github.com/ljharb/get-intrinsic/commit/af48765a23c5323fb0b6b38dbf00eb5099c7bebc)
## v1.0.0 - 2020-10-29

@@ -10,0 +18,0 @@

11

package.json
{
"name": "get-intrinsic",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get and robustly cache all JS language-level intrinsics at first require time",

@@ -17,4 +17,3 @@ "main": "index.js",

"pretest": "npm run lint",
"tests-only": "tape 'test/*'",
"coverage": "nyc npm run tests-only",
"tests-only": "nyc tape 'test/*'",
"test": "npm run tests-only",

@@ -52,2 +51,3 @@ "posttest": "aud --production",

"es-abstract": "^1.18.0-next.1",
"es-value-fixtures": "^1.0.0",
"eslint": "^7.12.1",

@@ -70,3 +70,8 @@ "foreach": "^2.0.5",

"hideCredit": true
},
"dependencies": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1"
}
}

@@ -13,3 +13,3 @@ 'use strict';

var callBound = require('es-abstract/helpers/callBound');
var v = require('es-abstract/test/helpers/values');
var v = require('es-value-fixtures');
var $gOPD = require('es-abstract/helpers/getOwnPropertyDescriptor');

@@ -16,0 +16,0 @@ var defineProperty = require('es-abstract/test/helpers/defineProperty');

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc