New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nodescript/cli

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodescript/cli - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

1

out/main/options.d.ts

@@ -13,3 +13,4 @@ import { Schema } from 'airtight';

apiToken: string;
workspaceId: string;
}
export declare const CliOptionsSchema: Schema<CliOptions>;

@@ -20,4 +20,5 @@ import { Schema } from 'airtight';

apiToken: { type: 'string' },
workspaceId: { type: 'string' },
}
});
//# sourceMappingURL=options.js.map

@@ -34,2 +34,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

await this.api.publishEsm({
workspaceId: this.config.options.workspaceId,
moduleSpec,

@@ -36,0 +37,0 @@ computeCode,

4

package.json
{
"name": "@nodescript/cli",
"version": "0.5.1",
"version": "0.6.0",
"type": "module",

@@ -34,3 +34,3 @@ "description": "NodeScript CLI",

"dependencies": {
"@nodescript/core": "^3.8.0",
"@nodescript/core": "^4.4.0",
"@nodescript/logger": "^1.4.1",

@@ -37,0 +37,0 @@ "@types/glob": "^7.2.0",

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