@keiii/k-stream
Advanced tools
Comparing version 0.0.17 to 0.0.31
{ | ||
"name": "@keiii/k-stream", | ||
"version": "0.0.17", | ||
"version": "0.0.31", | ||
"description": "K-Stream is a functional reactive stream library for TypeScript", | ||
@@ -12,6 +12,6 @@ "main": "./dist/index.js", | ||
"build": "rm -rf ./dist && tsc", | ||
"prepare": "npm run build", | ||
"test": "jest", | ||
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"prettier": "prettier --write ./src/*.ts" | ||
"prettier": "prettier --write ./src/*.ts", | ||
"version-patch": "npm version patch" | ||
}, | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git+https://github.com/KEIII/k-stream.git" | ||
"url": "https://github.com/KEIII/k-stream.git" | ||
}, | ||
@@ -33,10 +33,10 @@ "author": "Ivan Kasenkov <kacenkov7@gmail.com>", | ||
"devDependencies": { | ||
"@types/jest": "^25.2.2", | ||
"@types/jest": "^25.2.3", | ||
"coveralls": "^3.1.0", | ||
"jest": "^25.5.4", | ||
"prettier": "^2.0.5", | ||
"rxjs": "^6.5.5", | ||
"rxjs": "^6.6.2", | ||
"ts-jest": "^25.5.1", | ||
"typescript": "^3.9.2" | ||
"typescript": "^3.9.7" | ||
} | ||
} |
@@ -35,3 +35,3 @@ # Functional reactive stream library for TypeScript | ||
## Goals | ||
- “Hot” streams stay “hot” after pipe usage | ||
- “Hot” streams stay “hot” after pipe usage (https://github.com/ReactiveX/rxjs/issues/1148) | ||
- Do not lose type information | ||
@@ -38,0 +38,0 @@ - RxJS similar |
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
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
60814