@autoschedule/userstate-manager
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "@autoschedule/userstate-manager", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "User-state manager", | ||
"main": "dist/index.bundle.js", | ||
"types": "dist/index.d.ts", | ||
"main": "lib/lib.js", | ||
"module": "es/lib.js", | ||
"types": "es/lib.d.ts", | ||
"scripts": { | ||
"ava": "ava **/*.test.js", | ||
"ava": "ava build/**/*.test.js", | ||
"test": "tslint -p ./ && tsc && nyc --reporter=lcov npm run ava", | ||
"test:codecov": "tslint -p ./ && tsc && nyc npm run ava", | ||
"build": "webpack --mode production", | ||
"build:ts": "tsc -p tsconfig.build.json", | ||
"build": "npm run build:ts && npm run build:ts -- -m es6 --outDir es", | ||
"doc": "npm run build && typedoc --out docs/ dist/", | ||
"prepublish": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"semantic-release": "semantic-release", | ||
@@ -38,31 +40,26 @@ "travis-deploy-once": "travis-deploy-once", | ||
"homepage": "https://github.com/AutoScheduleJS/userstate-manager#readme", | ||
"dependencies": {}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@autoschedule/queries-fn": "^6.2.1", | ||
"ramda": "^0.25.0", | ||
"lokijs": "^1.5.5", | ||
"intervals-fn": "^3.0.2", | ||
"moment": "^2.21.0", | ||
"rxjs": "^5.5.7" | ||
}, | ||
"devDependencies": { | ||
"@autoschedule/queries-fn": "^5.1.0", | ||
"@semantic-release/release-notes-generator": "^6.0.6", | ||
"@semantic-release/release-notes-generator": "^6.0.12", | ||
"@types/lokijs": "^1.5.2", | ||
"@types/ramda": "github:types/npm-ramda#dist", | ||
"ava": "^0.25.0", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-env": "^1.6.1", | ||
"concurrently": "^3.5.1", | ||
"concurrently": "^3.6.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"intervals-fn": "^2.6.0", | ||
"lokijs": "^1.5.3", | ||
"moment": "^2.21.0", | ||
"nyc": "^11.4.1", | ||
"prettier": "^1.11.1", | ||
"ramda": "^0.25.0", | ||
"rxjs": "^5.5.7", | ||
"semantic-release": "^15.1.2", | ||
"travis-deploy-once": "^4.4.1", | ||
"ts-loader": "^4.1.0", | ||
"tslint": "^5.9.1", | ||
"tslint-config-prettier": "^1.10.0", | ||
"nyc": "^12.0.2", | ||
"prettier": "^1.13.5", | ||
"semantic-release": "^15.6.0", | ||
"travis-deploy-once": "^5.0.0", | ||
"tslint": "^5.10.0", | ||
"tslint-config-prettier": "^1.13.0", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.7.2", | ||
"uglifyjs-webpack-plugin": "^1.2.4", | ||
"webpack": "^4.1.1", | ||
"webpack-cli": "^2.0.12" | ||
"typescript": "~2.8.0" | ||
}, | ||
@@ -69,0 +66,0 @@ "config": { |
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
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
14
55
53835
6
1087
+ Addedintervals-fn@^3.0.2
+ Addedlokijs@^1.5.5
+ Addedmoment@^2.21.0
+ Addedramda@^0.25.0
+ Addedrxjs@^5.5.7
+ Added@autoschedule/queries-fn@6.2.1(transitive)
+ Addedintervals-fn@3.0.3(transitive)
+ Addedlokijs@1.5.12(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedramda@0.25.0(transitive)
+ Addedrxjs@5.5.12(transitive)
+ Addedsymbol-observable@1.0.1(transitive)