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.1.2 to 1.1.3

7

CHANGELOG.md

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

## [v1.1.3](https://github.com/ljharb/get-intrinsic/compare/v1.1.2...v1.1.3) - 2022-09-12
### Commits
- [Dev Deps] update `es-abstract`, `es-value-fixtures`, `tape` [`07ff291`](https://github.com/ljharb/get-intrinsic/commit/07ff291816406ebe5a12d7f16965bde0942dd688)
- [Fix] properly check for % signs [`50ac176`](https://github.com/ljharb/get-intrinsic/commit/50ac1760fe99c227e64eabde76e9c0e44cd881b5)
## [v1.1.2](https://github.com/ljharb/get-intrinsic/compare/v1.1.1...v1.1.2) - 2022-06-08

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

2

index.js

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

if ($exec(/^%?[^%]*%?$/g, name) === null) {
if ($exec(/^%?[^%]*%?$/, name) === null) {
throw new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');

@@ -264,0 +264,0 @@ }

{
"name": "get-intrinsic",
"version": "1.1.2",
"version": "1.1.3",
"description": "Get and robustly cache all JS language-level intrinsics at first require time",

@@ -55,4 +55,4 @@ "main": "index.js",

"call-bind": "^1.0.2",
"es-abstract": "^1.20.1",
"es-value-fixtures": "^1.4.1",
"es-abstract": "^1.20.2",
"es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0",

@@ -69,3 +69,3 @@ "evalmd": "^0.0.19",

"safe-publish-latest": "^2.0.0",
"tape": "^5.5.3"
"tape": "^5.6.0"
},

@@ -85,2 +85,5 @@ "auto-changelog": {

},
"testling": {
"files": "test/GetIntrinsic.js"
},
"publishConfig": {

@@ -87,0 +90,0 @@ "ignore": [

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