analytics-node
Advanced tools
Comparing version 2.4.1 to 3.0.0
{ | ||
"name": "analytics-node", | ||
"repository": "git://github.com/segmentio/analytics-node", | ||
"version": "2.4.1", | ||
"description": "The hassle-free way to integrate analytics into any node application.", | ||
"version": "3.0.0", | ||
"description": "The hassle-free way to integrate analytics into any Node.js application", | ||
"license": "MIT", | ||
"repository": "segmentio/analytics-node", | ||
"author": { | ||
"name": "Segment", | ||
"email": "tools+npm@segment.com", | ||
"url": "segment.com" | ||
}, | ||
"bin": { | ||
"analytics": "cli.js" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "standard && ava", | ||
"prepublish": "npm run check-deps", | ||
"check-deps": "nsp check" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"cli.js" | ||
], | ||
"keywords": [ | ||
"analytics", | ||
"stats", | ||
"segment.io", | ||
"segmentio", | ||
"segment", | ||
"client", | ||
"driver" | ||
], | ||
"main": "lib/index.js", | ||
"browserify": { | ||
"transform": [ | ||
"brfs" | ||
] | ||
}, | ||
"bin": { | ||
"analytics": "bin/analytics" | ||
}, | ||
"dependencies": { | ||
"@segment/loosely-validate-event": "^1.1.2", | ||
"clone": "^2.1.1", | ||
"commander": "^2.9.0", | ||
"crypto-token": "^1.0.1", | ||
"debug": "^2.6.2", | ||
"lodash": "^4.17.4", | ||
"remove-trailing-slash": "^0.1.0", | ||
"superagent": "^3.5.0", | ||
"superagent-retry": "^0.6.0" | ||
"superagent": "^3.5.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.21.0", | ||
"body-parser": "^1.17.1", | ||
"brfs": "^1.4.3", | ||
"browserify": "^14.1.0", | ||
"delay": "^2.0.0", | ||
"express": "^4.15.2", | ||
"mocha": "^3.2.0", | ||
"nsp": "^2.6.3", | ||
"pify": "^3.0.0", | ||
"sinon": "^2.3.8", | ||
"standard": "^9.0.1" | ||
}, | ||
"engines": { | ||
"node": ">= 0.12.x" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"analytics-node.js" | ||
] | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
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
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 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
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
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
6
1
2
1
12212
8
5
305
35
- Removedclone@^2.1.1
- Removedlodash@^4.17.4
- Removedsuperagent-retry@^0.6.0
- Removedclone@2.1.2(transitive)
- Removedlodash@4.17.21(transitive)
- Removedsuperagent-retry@0.6.0(transitive)