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

@nodescript/core

Package Overview
Dependencies
Maintainers
1
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodescript/core - npm Package Compare versions

Comparing version 0.20.0 to 0.20.1

2

out/main/model/graph.js

@@ -107,3 +107,3 @@ import { GraphSchema } from '../schema/index.js';

const outboundLinks = this.computeLinkMap().get(nodeId);
const prop = node.getBypassProp();
const prop = node.getDefaultProp();
const linkNode = prop?.getLinkNode();

@@ -110,0 +110,0 @@ if (linkNode) {

@@ -71,5 +71,5 @@ import * as t from '../types/index.js';

*/
getBypassProp(): Prop | null;
getDefaultProp(): Prop | null;
protected initProps(specs: t.Prop[]): Prop[];
applyInvariants(): void;
}

@@ -175,3 +175,3 @@ import { NodeSchema } from '../schema/node.js';

*/
getBypassProp() {
getDefaultProp() {
const firstProp = this.props[0];

@@ -178,0 +178,0 @@ if (!firstProp) {

{
"name": "@nodescript/core",
"version": "0.20.0",
"version": "0.20.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Visual programming language for Browser and Node",

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