@ravti/analytics
Advanced tools
Comparing version 21.5.0 to 21.5.1-hotfix-201901161420
{ | ||
"name": "@ravti/analytics", | ||
"version": "21.5.0", | ||
"version": "21.5.1-hotfix-201901161420", | ||
"description": "Ravti analytics", | ||
"main": "analytics.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"format": "`npm bin`/prettier --write 'src/**/*js' && `npm bin`/eslint --fix src", | ||
"prepublish": "npm run build", | ||
"build": "`npm bin`/babel src --out-dir lib", | ||
"test": "echo lol" | ||
@@ -13,2 +15,3 @@ }, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.2.5", | ||
"immutable": "^4.0.0-rc.12", | ||
@@ -19,2 +22,5 @@ "moment": "^2.22.2", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.3", | ||
"babel-eslint": "^10.0.1", | ||
@@ -21,0 +27,0 @@ "eslint": "^5.9.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12691
7
354
4
8
2
1
+ Added@babel/polyfill@^7.2.5
+ Added@babel/polyfill@7.12.1(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)