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

property-graph

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

property-graph - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

dist/graph-node.d.ts

@@ -122,4 +122,4 @@ import { LiteralKeys, Nullable, RefKeys, RefListKeys, RefMapKeys } from './constants.js';

/**
* Dispatches an event on the {@link GraphNode}, and on the associated
* {@link Graph}. Event types on the graph are prefixed, `"node:[type]"`.
* Dispatches an event on the GraphNode, and on the associated
* Graph. Event types on the graph are prefixed, `"node:[type]"`.
*/

@@ -126,0 +126,0 @@ dispatchEvent(event: BaseEvent): this;

@@ -597,4 +597,4 @@ class EventDispatcher {

/**
* Dispatches an event on the {@link GraphNode}, and on the associated
* {@link Graph}. Event types on the graph are prefixed, `"node:[type]"`.
* Dispatches an event on the GraphNode, and on the associated
* Graph. Event types on the graph are prefixed, `"node:[type]"`.
*/

@@ -601,0 +601,0 @@

@@ -611,4 +611,4 @@ class EventDispatcher {

/**
* Dispatches an event on the {@link GraphNode}, and on the associated
* {@link Graph}. Event types on the graph are prefixed, `"node:[type]"`.
* Dispatches an event on the GraphNode, and on the associated
* Graph. Event types on the graph are prefixed, `"node:[type]"`.
*/

@@ -615,0 +615,0 @@

{
"name": "property-graph",
"version": "1.3.0",
"version": "1.3.1",
"description": "Base for creating objects that behave like a Property Graph.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -319,4 +319,4 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

/**
* Dispatches an event on the {@link GraphNode}, and on the associated
* {@link Graph}. Event types on the graph are prefixed, `"node:[type]"`.
* Dispatches an event on the GraphNode, and on the associated
* Graph. Event types on the graph are prefixed, `"node:[type]"`.
*/

@@ -323,0 +323,0 @@ dispatchEvent(event: BaseEvent): this {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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