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

@baklavajs/core

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baklavajs/core - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-next.5

0

dist/src/connection.d.ts

@@ -0,0 +0,0 @@ import { NodeInterface } from "./nodeInterface";

@@ -0,0 +0,0 @@ import { Node } from "./node";

@@ -0,0 +0,0 @@ import { IBaklavaEvent, IHook } from "../../types";

export * from "./eventEmitter";
export default function generateId(): string;

@@ -0,0 +0,0 @@ export * from "./events";

@@ -0,0 +0,0 @@ import { NodeInterface } from "./nodeInterface";

@@ -0,0 +0,0 @@ import { Node } from "./node";

@@ -0,0 +0,0 @@ import { IInterfaceState } from "../types/state";

@@ -0,0 +0,0 @@ import { INodeOption } from "../types/nodeOption";

@@ -0,0 +0,0 @@ import { INodeInterface } from "./nodeInterface";

@@ -0,0 +0,0 @@ import { IBaklavaEvent, IPreventableBaklavaEvent, IHook } from "./events";

@@ -0,0 +0,0 @@ import { INodeInterface } from "./nodeInterface";

@@ -0,0 +0,0 @@ export declare type TokenType = object | symbol;

@@ -0,0 +0,0 @@ export * from "./connection";

@@ -0,0 +0,0 @@ import { IBaklavaEvent, IPreventableBaklavaEvent, IHook } from "./events";

@@ -0,0 +0,0 @@ import { INode } from "./node";

@@ -0,0 +0,0 @@ import { IBaklavaEvent, IPreventableBaklavaEvent } from "./events";

@@ -0,0 +0,0 @@ import { IEditor } from "./editor";

@@ -0,0 +0,0 @@ export interface IState extends Record<string, any> {

7

package.json
{
"name": "@baklavajs/core",
"version": "1.1.1",
"version": "1.1.2-next.5+1c5afd5",
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web",

@@ -15,3 +15,4 @@ "author": "newcat <freddy.wagner@web.de>",

"build": "webpack",
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts\""
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts\"",
"docs": "typedoc --json ../../docs/api/core.json"
},

@@ -43,3 +44,3 @@ "repository": {

},
"gitHead": "091bcc3b7c468269c01e0abd5dcfba19c2db840b"
"gitHead": "1c5afd5cd17e70f0589a3688154b4f8c441051eb"
}

@@ -0,0 +0,0 @@ # `baklavajs-core`

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