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
0
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.21.0 to 7.21.1

7

out/main/util/response.js

@@ -26,8 +26,3 @@ import { ResponseSpecSchema } from '../schema/ResponseSpec.js';

if (value && value.$response) {
return ResponseSpecSchema.decode({
...value.$response,
headers: {
...value.$response.headers,
},
});
return ResponseSpecSchema.decode(value.$response);
}

@@ -34,0 +29,0 @@ // Default response (content-type should be inferred by the sender)

2

package.json
{
"name": "@nodescript/core",
"version": "7.21.0",
"version": "7.21.1",
"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