Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

analytics-node

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-node - npm Package Compare versions

Comparing version 2.4.1 to 3.0.0

cli.js

64

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc