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

analytics-utils

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-utils - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/extend.js

40

package.json
{
"name": "analytics-utils",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {

@@ -10,3 +10,7 @@ "test": "echo \"Error: no test specified\" && exit 1",

"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
"release:major": "npm version major && npm publish",
"build:cjs": "babel lib --out-dir dist --ignore test.js",
"build": "shx rm -f lib/index.js && create-index --ignoreUnsafe lib && npm run build:cjs",
"watch": "babel lib --out-dir dist --ignore test.js --watch",
"es": "babel-node ./testtwo.js"
},

@@ -17,6 +21,32 @@ "keywords": [],

"files": [
"*.js",
"lib",
"dist",
"package.json",
"package-lock.json",
"README.md"
]
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-simple-commonjs": "^0.3.0",
"create-index": "^2.3.0",
"shx": "^0.3.2"
},
"babel": {
"presets": [
[
"env",
{
"modules": false
}
]
],
"plugins": [
[
"transform-es2015-modules-simple-commonjs",
{
"noInterop": true
}
]
]
}
}
# Analytics Utility functions
Common analytic utility functions for [analytics](https://www.npmjs.com/package/analytics)
Common analytic utility functions for [analytics](https://www.npmjs.com/package/analytics)
## Special thanks
- [A small guide to create extra small libraries](https://medium.com/@kelin2025/writing-js-libraries-less-than-1tb-size-6342da0c006a)
- [How to write and build JS libraries in 2018](https://medium.com/@kelin2025/so-you-wanna-use-es6-modules-714f48b3a953)
extend.js
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