Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.1-rc.1 to 1.3.1-rc.2

10

.scannerwork/report-task.txt
organization=retejs
projectKey=retejs_rete
serverUrl=https://sonarcloud.io
serverVersion=7.8.0.24676
branch=v1.3.1-rc.1
dashboardUrl=https://sonarcloud.io/dashboard?id=retejs_rete&branch=v1.3.1-rc.1&resolved=false
ceTaskId=AWrA-1FWgvTe5u3ZTzgq
ceTaskUrl=https://sonarcloud.io/api/ce/task?id=AWrA-1FWgvTe5u3ZTzgq
serverVersion=7.8.0.25122
branch=v1.3.1-rc.2
dashboardUrl=https://sonarcloud.io/dashboard?id=retejs_rete&branch=v1.3.1-rc.2&resolved=false
ceTaskId=AWrHbfd_rfVuMbbS9eK9
ceTaskUrl=https://sonarcloud.io/api/ce/task?id=AWrHbfd_rfVuMbbS9eK9
/*!
* rete v1.3.1-rc.1
* rete v1.3.1-rc.2
* (c) 2019 Vitaliy Stoliarov

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

{
"name": "rete",
"version": "1.3.1-rc.1",
"version": "1.3.1-rc.2",
"description": "JavaScript framework",

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

@@ -8,3 +8,3 @@ import { Engine } from './index';

constructor(name: string);
abstract worker(node: NodeData, inputs: WorkerInputs, outputs: WorkerOutputs, ...args: any): any;
abstract worker(node: NodeData, inputs: WorkerInputs, outputs: WorkerOutputs, ...args: any[]): any;
}

@@ -33,3 +33,3 @@ import { Component } from './component';

private processUnreachable;
process(data: Data, startId?: number | string | null, ...args: []): Promise<"success" | "aborted">;
process<T extends any[]>(data: Data, startId?: number | string | null, ...args: T): Promise<"success" | "aborted">;
}

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

Sorry, the diff of this file is not supported yet

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

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