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.11.2 to 0.11.3

1

out/main/model/graph.js

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

rootNodeId: '',
refs: {},
});

@@ -24,0 +23,0 @@ }

2

out/main/util/serialize.js

@@ -7,3 +7,3 @@ export function serialize(object, omit) {

}
if (k in omit && String(omit[k]) === String(v)) {
if (k in omit && omit[k] === v) {
continue;

@@ -10,0 +10,0 @@ }

{
"name": "@nodescript/core",
"version": "0.11.2",
"version": "0.11.3",
"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