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.5.1 to 0.5.2

out/main/schema/version.d.ts

1

out/main/schema/index.d.ts

@@ -9,1 +9,2 @@ export * from './data-schema.js';

export * from './prop.js';
export * from './version.js';

@@ -10,2 +10,3 @@ // This file is auto-generated

export * from './prop.js';
export * from './version.js';
//# sourceMappingURL=index.js.map

3

out/main/schema/node-metadata.js
import { Schema } from 'airtight';
import { DataSchemaSchema } from './data-schema.js';
import { ParamMetadataSchema } from './param-metadata.js';
import { VersionSchema } from './version.js';
export const NodeMetadataSchema = new Schema({

@@ -10,3 +11,3 @@ id: 'NodeMetadata',

name: { type: 'string' },
version: { type: 'string', default: '1.0.0' },
version: VersionSchema.schema,
label: { type: 'string' },

@@ -13,0 +14,0 @@ description: { type: 'string' },

{
"name": "@nodescript/core",
"version": "0.5.1",
"version": "0.5.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