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

@paulll/siso

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paulll/siso - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

1

lib/Executor.d.ts

@@ -13,3 +13,4 @@ import { Context } from "./Context";

addNode(node: Node): void;
createContext(data: object): Context;
run(initialTokens: Token[]): Context;
}

@@ -16,2 +16,5 @@ "use strict";

}
createContext(data) {
return new Context_1.Context(this.nodes, data);
}
run(initialTokens) {

@@ -18,0 +21,0 @@ const ctx = new Context_1.Context(this.nodes);

2

package.json
{
"name": "@paulll/siso",
"version": "1.5.1",
"version": "1.6.0",
"description": "Simple Solve",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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