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 2.0.2-alpha.5 to 2.0.2-alpha.6

2

dist/node.d.ts

@@ -10,3 +10,3 @@ import { PreventableBaklavaEvent, BaklavaEvent, SequentialHook, IBaklavaEventEmitter, IBaklavaTapable } from "@baklavajs/events";

export declare type CalculateFunctionReturnType<O> = O | Promise<O> | void;
export declare type CalculateFunction<I, O> = (inputs: I, context: CalculationContext) => CalculateFunctionReturnType<O>;
export declare type CalculateFunction<I, O, C extends CalculationContext = CalculationContext> = (inputs: I, context: C) => CalculateFunctionReturnType<O>;
export interface INodeState<I, O> {

@@ -13,0 +13,0 @@ type: string;

{
"name": "@baklavajs/core",
"version": "2.0.2-alpha.5",
"version": "2.0.2-alpha.6",
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web",

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

},
"gitHead": "7e80f35f46649242e65b0c4f783afc984ea64eda"
"gitHead": "230d5413e00cdf3c29bfa99ee49082b3dc84e70c"
}
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