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.4.0 to 0.5.0

6

out/main/runtime/loader.js

@@ -52,2 +52,5 @@ import { Graph } from '../model/graph.js';

const metadata = {
channel: 'universe',
name: '',
version: '1.0.0',
description: '',

@@ -71,2 +74,5 @@ deprecated: '',

metadata: {
channel: 'stdlib',
name: 'Unresolved',
version: '1.0.0',
label: 'Unresolved',

@@ -73,0 +79,0 @@ description: '',

11

out/main/schema/node-metadata.js

@@ -8,10 +8,5 @@ import { Schema } from 'airtight';

properties: {
name: {
type: 'string',
optional: true,
},
version: {
type: 'string',
optional: true,
},
channel: { type: 'string', default: 'universe' },
name: { type: 'string' },
version: { type: 'string', default: '1.0.0' },
label: { type: 'string' },

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

import { DataSchemaSpec } from './data.js';
import { ParamMetadata } from './param-metadata.js';
export declare type NodeMetadata = {
name?: string;
version?: string;
channel: string;
name: string;
version: string;
label: string;

@@ -7,0 +8,0 @@ description: string;

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