Comparing version 0.0.44 to 0.0.45
{ | ||
"name": "liyad", | ||
"private": false, | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"description": "Liyad (Lisp yet another DSL interpreter) is very small Lisp interpreter written in JavaScript.", | ||
@@ -28,7 +28,7 @@ "keywords": [ | ||
"@babel/core": "^7.4.0", | ||
"@babel/preset-env": "^7.4.1", | ||
"@babel/preset-env": "^7.4.2", | ||
"@types/jasmine": "^3.3.12", | ||
"@types/node": "^11.11.4", | ||
"@types/react": "^16.8.8", | ||
"@types/react-dom": "^16.8.2", | ||
"@types/node": "^11.12.0", | ||
"@types/react": "^16.8.10", | ||
"@types/react-dom": "^16.8.3", | ||
"babel-loader": "^8.0.5", | ||
@@ -41,4 +41,4 @@ "cpx": "^1.5.0", | ||
"npm-run-all": "^4.1.5", | ||
"react": "^16.8.4", | ||
"react-dom": "^16.8.4", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"red-agate": "^0.2.16", | ||
@@ -61,5 +61,6 @@ "reflect-metadata": "^0.1.13", | ||
"clean:dist": "rimraf ./dist", | ||
"build": "run-s build:cjs build:esm build:spec", | ||
"build": "run-s build:cjs build:esm build:esm:2 build:spec", | ||
"build:cjs": "tsc --module commonjs --target es2015 --outDir bin --declaration --declarationDir ./bin", | ||
"build:esm": "tsc --outDir modules --declaration --declarationDir ./modules", | ||
"build:esm:2": "node -e \"require('./build-scripts/copy-as-mjs').copyAsMjs('modules','modules')\"", | ||
"build:spec": "webpack-cli --mode=development --config webpack.config.js", | ||
@@ -66,0 +67,0 @@ "build:spec2": "tsc -p tsconfig.spec.json --module commonjs --target es2015 --outDir bin.test", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1871581
313
37179
1
6