Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "oracle", | ||
"description": "Oracle database driver", | ||
"keywords": ["database", "db", "oracle"], | ||
"homepage": "https://github.com/nearinfinity/node-oracle", | ||
"version": "0.1.2", | ||
"engines": { "node" : ">=0.6.0" }, | ||
"maintainers": [ | ||
{ "name": "Joe Ferner", "email": "joe@fernsroth.com" } | ||
], | ||
"bugs" : { "url" : "https://github.com/nearinfinity/node-oracle/issues" }, | ||
"repositories" : [ | ||
{ "type" : "git", "url" : "https://github.com/nearinfinity/node-oracle" } | ||
], | ||
"scripts" : { | ||
"install": "node-waf configure build" | ||
}, | ||
"devDependencies" : { | ||
"nodeunit" : "~>0.6.4" | ||
"name": "oracle", | ||
"description": "Oracle database driver", | ||
"keywords": ["database", "db", "oracle"], | ||
"homepage": "https://github.com/nearinfinity/node-oracle", | ||
"version": "0.1.3", | ||
"engines": { | ||
"node": ">=0.6.0" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Joe Ferner", | ||
"email": "joe@fernsroth.com" | ||
} | ||
], | ||
"bugs": { | ||
"url": "https://github.com/nearinfinity/node-oracle/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/nearinfinity/node-oracle.git" | ||
}, | ||
"dependencies": { | ||
"mnm": "~0.0.2" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": "~>0.6.4" | ||
}, | ||
"scripts": { | ||
"test": "nodeunit test", | ||
"install": "node mnm.js build" | ||
}, | ||
"main": "./index.js" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
44007
21
207
1
3
1
+ Addedmnm@~0.0.2
+ Addedmnm@0.0.4(transitive)