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.3.2 to 7.3.3

out/main/schema/NodeResult.d.ts

2

out/main/compiler/CompilerScope.js

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

const computeSym = this.symbols.getComputeSym(node.ref);
const scopeSym = this.graph.moduleSpec.newScope ? `ctx.newScope()` : `ctx`;
const scopeSym = node.getModuleSpec().newScope ? `ctx.newScope()` : `ctx`;
const subgraphSym = this.getSubgraphExpr(node);

@@ -297,0 +297,0 @@ const argsExpr = [scopeSym, subgraphSym].filter(Boolean).join(',');

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