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

@keiii/k-stream

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keiii/k-stream - npm Package Compare versions

Comparing version 0.0.17 to 0.0.31

14

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

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