@pinterest/graphql-lint-rules
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@pinterest/graphql-lint-rules", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Pinterest lint rules for use with graphql-schema-linter", | ||
@@ -9,3 +9,3 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "rm -rf rules && rollup -c", | ||
"format": "eslint '*/**/*.{js,ts}' --quiet --fix", | ||
@@ -12,0 +12,0 @@ "lint": "eslint '*/**/*.{js,ts}'", |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
20
9
898281
11
24064