Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "ormius", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "index.js", | ||
"author": "Adele Bendayan", | ||
"license": "MIT", | ||
"scripts": { | ||
"example": "nodemon examples/example.js", | ||
"migrate": "node cli/migrate.js" | ||
}, | ||
"files": [ | ||
"LICENSE", | ||
"index.js", | ||
"lib/", | ||
"cli/" | ||
"lib/" | ||
], | ||
@@ -27,10 +21,4 @@ "repository": { | ||
"dependencies": { | ||
"arg": "^5.0.1", | ||
"fs": "^0.0.1-security", | ||
"mysql": "^2.18.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.10.0", | ||
"nodemon": "^2.0.15" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
0
1
9954
8
261
- Removedarg@^5.0.1
- Removedfs@^0.0.1-security
- Removedarg@5.0.2(transitive)
- Removedfs@0.0.1-security(transitive)