New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngraph.events

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngraph.events - npm Package Compare versions

Comparing version 1.1.0 to 1.2.1

2

index.d.ts

@@ -13,3 +13,3 @@ // Type definitions for ngraph.events v1.0.0

export interface EventedType {
on: (eventName: EventKey, callback: EventCallback, ctx?) => this
on: (eventName: EventKey, callback: EventCallback, ctx?: any) => this
off: (eventName?: EventKey, callback?: EventCallback) => this

@@ -16,0 +16,0 @@ fire: (eventName: EventKey, ...args: any[]) => this

{
"name": "ngraph.events",
"version": "1.1.0",
"version": "1.2.1",
"description": "Basic events supoort for ngraph.js ",

@@ -5,0 +5,0 @@ "main": "index.js",

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