@babel/template
Advanced tools
+1
-1
@@ -62,3 +62,3 @@ import * as _t from '@babel/types'; | ||
| for (var n in r) if ({}.hasOwnProperty.call(r, n)) { | ||
| if (e.includes(n)) continue; | ||
| if (-1 !== e.indexOf(n)) continue; | ||
| t[n] = r[n]; | ||
@@ -65,0 +65,0 @@ } |
+4
-4
| { | ||
| "name": "@babel/template", | ||
| "version": "8.0.0-alpha.16", | ||
| "version": "8.0.0-alpha.17", | ||
| "description": "Generate an AST from a string template.", | ||
@@ -19,5 +19,5 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/code-frame": "^8.0.0-alpha.16", | ||
| "@babel/parser": "^8.0.0-alpha.16", | ||
| "@babel/types": "^8.0.0-alpha.16" | ||
| "@babel/code-frame": "^8.0.0-alpha.17", | ||
| "@babel/parser": "^8.0.0-alpha.17", | ||
| "@babel/types": "^8.0.0-alpha.17" | ||
| }, | ||
@@ -24,0 +24,0 @@ "engines": { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
70941
0.01%