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

@kjots/observable-stream

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kjots/observable-stream - npm Package Compare versions

Comparing version 0.0.21 to 0.1.0

CHANGELOG.md

34

package.json
{
"name": "@kjots/observable-stream",
"version": "0.0.21",
"version": "0.1.0",
"description": "Observable Stream",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"prepare": "npm-run-all clean build",
"test": "npm-run-all test:lint test:mocha",
"test:lint": "tslint --project .",
"test:mocha": "mocha --require ts-node/register src/**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kjots/observable-stream.git"
"url": "git+https://github.com/kjots/stream-utils.git"
},

@@ -26,5 +18,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/kjots/observable-stream/issues"
"url": "https://github.com/kjots/stream-utils/issues"
},
"homepage": "https://github.com/kjots/observable-stream#readme",
"homepage": "https://github.com/kjots/stream-utils/tree/master/packages/observable-stream#readme",
"engines": {

@@ -34,19 +26,7 @@ "node": ">=12.14.1",

},
"devDependencies": {
"@kjots/tslint-rules": "^1.4.3",
"@types/chai": "^4.2.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.14",
"chai": "^4.2.0",
"mocha": "^7.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"ts-node": "^8.6.2",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
},
"dependencies": {
"@kjots/stream-observable": "^0.0.21",
"@kjots/stream-observable": "^0.1.0",
"rxjs": "^6.5.4"
}
},
"gitHead": "7d873c1fced46df9dc8288ea7c67a5f18984abdb"
}
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