@rafaeljesus/events-model
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@rafaeljesus/events-model", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Events model shared by events api and worker", | ||
"main": "build/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "rm -rf build/* && babel --presets es2015,stage-2 --plugins transform-runtime --ignore node_modules,test . -d build", | ||
"build": "rm -rf lib/* && babel src --presets es2015,stage-2 --plugins transform-runtime --ignore test -d lib", | ||
"prepublish": "npm run build", | ||
@@ -9,0 +9,0 @@ "test": " npm run lint && NODE_ENV=test ava", |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
7731
11
153
2