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.9.0 to 0.9.1

4

out/main/managers/config.js

@@ -16,7 +16,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { fileURLToPath } from 'url';
import { promisify } from 'util';
import Yaml from 'yaml';
import { CliOptionsSchema } from '../options.js';
import { isFileExists } from '../util.js';
const globAsync = promisify(glob);
const __dirname = path.dirname(fileURLToPath(import.meta.url));

@@ -39,3 +37,3 @@ export class ConfigManager {

const resourcesDir = path.join(__dirname, '../../../resources');
const resources = await globAsync('**/*', {
const resources = await glob('**/*', {
cwd: resourcesDir,

@@ -42,0 +40,0 @@ dot: true,

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

import { dep } from 'mesh-ioc';
import { promisify } from 'util';
import { ConfigManager } from './config.js';
const globAsync = promisify(glob);
export class WorkdirManager {

@@ -20,3 +18,3 @@ async *readModuleDescriptors() {

const { pattern, sourceUrl } = group;
const files = await globAsync(pattern, {
const files = await glob(pattern, {
cwd: this.rootDir,

@@ -23,0 +21,0 @@ });

{
"name": "@nodescript/cli",
"version": "0.9.0",
"version": "0.9.1",
"type": "module",

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

"dotenv": "^16.0.2",
"glob": "^8.0.3",
"glob": "^9.2.1",
"mesh-ioc": "^3.1.4",

@@ -45,0 +45,0 @@ "reflect-metadata": "^0.1.13",

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