New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.0.6

7

package.json
{
"name": "@kjots/observable-stream",
"version": "0.0.5",
"version": "0.0.6",
"description": "Observable Stream",

@@ -17,3 +17,3 @@ "main": "dist/index.js",

"type": "git",
"url": "git+https://kjots@github.com/kjots/observable-stream.git"
"url": "git+https://github.com/kjots/observable-stream.git"
},

@@ -35,2 +35,3 @@ "keywords": [

"devDependencies": {
"@kjots/tslint-rules": "^1.0.0",
"@types/chai": "^4.1.7",

@@ -50,3 +51,3 @@ "@types/mocha": "^5.2.6",

"dependencies": {
"@kjots/stream-observable": "^0.0.4",
"@kjots/stream-observable": "^0.0.5",
"readable-stream": "^3.3.0",

@@ -53,0 +54,0 @@ "rxjs": "^6.4.0"

@@ -36,3 +36,3 @@ import { streamObservable } from '@kjots/stream-observable';

return function(this: any, ...args: Array<any>): any {
return function (this: any, ...args: Array<any>): any {
if (!invoked) {

@@ -39,0 +39,0 @@ invoked = true;

Sorry, the diff of this file is not supported yet

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