Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commercelayer/cli-dev

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-dev - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4-oclif3.1

4

lib/commands/readme.d.ts

@@ -5,6 +5,6 @@ import { Command, type Interfaces } from '@oclif/core';

static flags: {
dir: Interfaces.OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
dir: Interfaces.OptionFlag<string, Interfaces.CustomOptions>;
multi: Interfaces.BooleanFlag<boolean>;
plugin: Interfaces.BooleanFlag<boolean>;
bin: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
bin: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
};

@@ -11,0 +11,0 @@ private HelpClass;

@@ -34,3 +34,3 @@ "use strict";

await plugin.load();
config.plugins.push(plugin);
config.plugins.set(plugin.name, plugin);
}

@@ -163,3 +163,3 @@ catch (_a) { }

return;
const plugin = config.plugins.find(p => p.name === c.pluginName);
const plugin = config.getPluginsList().find(p => p.name === c.pluginName);
if (!plugin)

@@ -166,0 +166,0 @@ return;

@@ -15,2 +15,3 @@ {

"strict": true,
"enableJsonFlag": false,
"isESM": false,

@@ -67,2 +68,3 @@ "relativePath": [

"strict": true,
"enableJsonFlag": false,
"isESM": false,

@@ -76,3 +78,3 @@ "relativePath": [

},
"version": "2.1.3"
"version": "2.1.4-oclif3.1"
}
{
"name": "@commercelayer/cli-dev",
"description": "Commerce Layer CLI development tools and helpers",
"version": "2.1.3",
"version": "2.1.4-oclif3.1",
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",

@@ -11,3 +11,3 @@ "bugs": "https://github.com/commercelayer/commercelayer-cli-dev/issues",

"engines": {
"node": ">=18"
"node": ">=20.0.0"
},

@@ -65,12 +65,12 @@ "files": [

"@types/mocha": "^10.0.6",
"@types/node": "^20.10.5",
"chai": "^4.3.10",
"@types/node": "^20.11.17",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"globby": "^10.0.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"oclif": "^4.1.0",
"pnpm": "^8.12.1",
"semantic-release": "^22.0.12",
"oclif": "^4.4.11",
"pnpm": "^8.15.2",
"semantic-release": "^23.0.2",
"ts-node": "^10.9.2",

@@ -80,3 +80,3 @@ "typescript": "^5.3.3"

"dependencies": {
"@oclif/core": "^2.15.0",
"@oclif/core": "^3.19.1",
"fs-extra": "^10.1.0",

@@ -83,0 +83,0 @@ "github-slugger": "^1.5.0",

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