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

rete

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rete - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

2

build/rete-engine.debug.js
/*!
* rete v1.0.0-beta.4
* rete v1.0.0-beta.5
* (c) 2018 Ni55aN

@@ -4,0 +4,0 @@ * Released under the MIT license.

/*!
* rete v1.0.0-beta.4
* rete v1.0.0-beta.5
* (c) 2018 Ni55aN

@@ -4,0 +4,0 @@ * Released under the MIT license.

/*!
* rete v1.0.0-beta.4
* rete v1.0.0-beta.5
* (c) 2018 Ni55aN

@@ -4,0 +4,0 @@ * Released under the MIT license.

{
"name": "rete",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "JavaScript framework",

@@ -5,0 +5,0 @@ "main": "build/rete.min.js",

@@ -80,5 +80,5 @@ import {Engine, Context, Events, Component as ComponentWorker, Emitter} from './engine/engine.d';

inputs: Input[];
outputs: Output[];
controls: Control[];
inputs: Map<string, Input>;
outputs: Map<string, Output>;
controls: Map<string, Control>;
data: any;

@@ -91,5 +91,5 @@ meta: any;

addControl(control: Control, index?: number);
addInput(input: Input, index?: number);
addOutput(output: Output, index?: number);
addControl(control: Control);
addInput(input: Input);
addOutput(output: Output);
getConnections(type);

@@ -153,2 +153,3 @@

parent: Input | Node;
key: string;
constructor(key: string);

@@ -155,0 +156,0 @@

Sorry, the diff of this file is too big to display

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