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
3
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.9.0 to 7.10.0

5

out/main/compiler/CompilerScope.js

@@ -66,2 +66,3 @@ import { convertAuto, isSchemaCompatible } from '../util/index.js';

this.code.block('try {', '}', () => {
this.code.line(`const $startedAt = Date.now();`);
this.code.line(`ctx.nodeUid = ${JSON.stringify(nodeUid)}`);

@@ -81,3 +82,3 @@ if (!node.supportsSubgraph()) {

`result: ${resSym},` +
`timestamp: Date.now(),` +
`duration: Date.now() - $startedAt,` +
`});`);

@@ -91,3 +92,3 @@ }

`error,` +
`timestamp: Date.now(),` +
`duration: Date.now() - $startedAt,` +
`});`);

@@ -94,0 +95,0 @@ this.code.line('throw error;');

2

out/main/types/ctx.d.ts

@@ -34,3 +34,3 @@ import { Event } from 'nanoevent';

progress?: number;
timestamp?: number;
duration?: number;
}

@@ -37,0 +37,0 @@ export interface ScopeData {

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

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