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
91
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.4.4 to 0.5.1

2

out/main/app.d.ts
import 'reflect-metadata';
import { Mesh } from '@nodescript/mesh';
import { Mesh } from 'mesh-ioc';
import { PublishTask } from './tasks/publish.js';

@@ -4,0 +4,0 @@ export declare class App {

import 'reflect-metadata';
import { Mesh } from '@nodescript/mesh';
import { Mesh } from 'mesh-ioc';
import { ApiManager } from './managers/api.js';

@@ -4,0 +4,0 @@ import { BuilderManager } from './managers/builder.js';

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

};
import { dep } from '@nodescript/mesh';
import { dep } from 'mesh-ioc';
import { ConfigManager } from './config.js';

@@ -13,0 +13,0 @@ // TODO consider publishing the Hub Proto package

@@ -10,6 +10,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

};
import { dep } from '@nodescript/mesh';
import chalk from 'chalk';
import * as fs from 'fs';
import glob from 'glob';
import { dep } from 'mesh-ioc';
import path from 'path';

@@ -16,0 +16,0 @@ import { fileURLToPath } from 'url';

@@ -10,4 +10,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

};
import { dep } from '@nodescript/mesh';
import glob from 'glob';
import { dep } from 'mesh-ioc';
import { promisify } from 'util';

@@ -14,0 +14,0 @@ import { ConfigManager } from './config.js';

@@ -1,2 +0,2 @@

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export interface CliModuleGroup {

@@ -3,0 +3,0 @@ pattern: string;

@@ -1,2 +0,2 @@

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export const CliModuleGroupSchema = new Schema({

@@ -3,0 +3,0 @@ type: 'object',

@@ -10,4 +10,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

};
import { dep } from '@nodescript/mesh';
import chalk from 'chalk';
import { dep } from 'mesh-ioc';
import { ApiManager } from '../managers/api.js';

@@ -14,0 +14,0 @@ import { BuilderManager } from '../managers/builder.js';

{
"name": "@nodescript/cli",
"version": "0.4.4",
"version": "0.5.1",
"type": "module",

@@ -34,7 +34,6 @@ "description": "NodeScript CLI",

"dependencies": {
"@nodescript/core": "^3.6.2",
"@nodescript/core": "^3.8.0",
"@nodescript/logger": "^1.4.1",
"@nodescript/mesh": "^3.1.3",
"@nodescript/schema": "^5.2.2",
"@types/glob": "^7.2.0",
"airtight": "^5.2.3",
"chalk": "^5.0.1",

@@ -45,2 +44,3 @@ "commander": "^9.3.0",

"glob": "^8.0.3",
"mesh-ioc": "^3.1.4",
"reflect-metadata": "^0.1.13",

@@ -47,0 +47,0 @@ "yaml": "^2.1.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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