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

@autoschedule/userstate-manager

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autoschedule/userstate-manager - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

es/data-flows/main.flow.d.ts

55

package.json
{
"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": {

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