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

windowed-observable

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windowed-observable - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

dist/observable.d.ts

@@ -26,3 +26,3 @@ export declare const EVENTS = "__events__";

_namespace: string;
static initialize(): void;
private static initialize;
constructor(namespace: string);

@@ -29,0 +29,0 @@ private get events();

{
"name": "windowed-observable",
"version": "0.3.3",
"version": "0.3.4",
"description": "Simple messaging api",

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

"build": "tsc",
"prepare": "yarn build"
"prepare": "yarn build",
"validate": "npm-run-all --parallel lint test build"
},

@@ -34,2 +35,3 @@ "repository": {

"jest": "^24.9.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^24.2.0",

@@ -36,0 +38,0 @@ "typescript": "^3.7.2"

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