New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mrporter/inseason-analytics

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrporter/inseason-analytics - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/Analytics.js

15

package.json
{
"name": "@mrporter/inseason-analytics",
"version": "1.0.1",
"version": "1.0.2",
"description": "In Season Analytics Module",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {
"dist": "babel src --out-dir dist",
"prepublish": "npm test && npm run dist",
"test": "npm run dist && babel test/**/*.js --out-file __test.js && ./node_modules/mocha/bin/mocha --require mocha-clean __test.js"
"build": "babel src --out-dir lib",
"prepublish": "npm test && npm run build",
"test": "mocha --compilers js:babel-register --require mocha-clean test/**/*.js"
},

@@ -24,6 +24,7 @@ "keywords": [

"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"decache": "^4.1.0",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"mocha": "^3.2.0",
"mocha-clean": "^1.0.0",

@@ -33,4 +34,4 @@ "sinon": "^1.17.6"

"dependencies": {
"deepmerge": "^1.2.0"
"deepmerge": "^1.3.0"
}
}

@@ -46,2 +46,6 @@ # In Season Analytics Module

## Production Mode
This module follows the same convention as React for usage in production mode - it checks that `process.env.NODE_ENV` is set to `production`. (See [here](https://webpack.js.org/guides/production-build/#node-environment-variable) for how to do this with webpack).
## 'Digital Data Object' Manipulation

@@ -48,0 +52,0 @@

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