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.7.1 to 0.7.2

2

out/main/nodes/result.js

@@ -12,2 +12,4 @@ export const Result = {

result: { type: 'any' },
hidden: true,
hideOutputSocket: true,
},

@@ -14,0 +16,0 @@ compute() { },

12

out/main/schema/node-metadata.js

@@ -26,6 +26,2 @@ import { Schema } from 'airtight';

},
hidden: {
type: 'boolean',
optional: true,
},
async: {

@@ -41,4 +37,12 @@ type: 'boolean',

result: DataSchemaSchema.schema,
hidden: {
type: 'boolean',
optional: true,
},
hideOutputSocket: {
type: 'boolean',
optional: true,
},
}
});
//# sourceMappingURL=node-metadata.js.map

@@ -12,6 +12,7 @@ import { DataSchemaSpec } from './data.js';

deprecated?: string;
hidden?: boolean;
async?: boolean;
params: Record<string, ParamMetadata>;
result: DataSchemaSpec;
async?: boolean;
hidden?: boolean;
hideOutputSocket?: boolean;
};
{
"name": "@nodescript/core",
"version": "0.7.1",
"version": "0.7.2",
"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