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

graphology-types

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-types - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

8

index.d.ts

@@ -325,3 +325,9 @@ /**

off(type: string | number, listener: Listener): this;
removeAllListeners(type?: Event): this;
removeAllListeners<
Event extends keyof GraphEvents<
NodeAttributes,
EdgeAttributes,
GraphAttributes
>
>(type?: Event): this;
removeAllListeners(type?: string | number): this;

@@ -328,0 +334,0 @@ listeners(type: string | number): Listener[];

2

package.json
{
"name": "graphology-types",
"version": "0.19.0",
"version": "0.19.1",
"description": "TypeScript declaration for graphology.",

@@ -5,0 +5,0 @@ "main": "index.d.ts",

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