analytics-utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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) |
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
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
117374
19
3435
8
4
1