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
2
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 7.1.0 to 7.2.0

2

out/main/compiler/CompilerScope.d.ts

@@ -17,3 +17,3 @@ import { GraphView, NodeView } from '../runtime/index.js';

isAsync(): boolean;
computeEvalMode(): "manual" | "auto";
computeEvalMode(): "auto" | "manual";
emitNodeFunctions(): void;

@@ -20,0 +20,0 @@ private computeEmittedNodes;

@@ -12,9 +12,5 @@ import { Schema } from 'airtight';

},
output: {
type: 'object',
properties: {},
additionalProperties: SchemaSpecSchema.schema,
},
output: SchemaSpecSchema.schema,
}
});
//# sourceMappingURL=ModuleSubgraphSpec.js.map

@@ -30,3 +30,3 @@ import { SchemaDef } from 'airtight';

input: SubgraphSchemaObject<SI>;
output: SubgraphSchemaObject<SO>;
output: SchemaDef<SO>;
};

@@ -33,0 +33,0 @@ export declare type SubgraphSchemaObject<O> = {

@@ -40,3 +40,3 @@ import { SchemaSpec } from './schema.js';

input: Record<string, SchemaSpec>;
output: Record<string, SchemaSpec>;
output: SchemaSpec;
}

@@ -43,0 +43,0 @@ export declare type NodeEvalMode = 'auto' | 'manual';

@@ -9,6 +9,3 @@ import { ModuleSpecSchema } from '../schema/ModuleSpec.js';

result: {
schema: {
type: 'object',
properties: subgraph.output,
},
schema: subgraph.output,
}

@@ -15,0 +12,0 @@ });

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