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 3.0.0-oclif3.4 to 3.0.0-oclif3.5

2

lib/commands/readme.js

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

return;
let p = path.join(plugin.root, commandsDir, ...c.id.split(':'));
let p = path.join(plugin.root, String(commandsDir), ...c.id.split(':'));
const libRegex = new RegExp('^lib' + (path.sep === '\\' ? '\\\\' : path.sep));

@@ -218,0 +218,0 @@ if (fs.pathExistsSync(path.join(p, 'index.js'))) {

@@ -76,3 +76,3 @@ {

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

@@ -13,3 +13,3 @@ "homepage": "https://github.com/commercelayer/commercelayer-cli-dev",

"engines": {
"node": ">=20.10.0"
"node": ">=20"
},

@@ -43,6 +43,6 @@ "files": [

"scripts": {
"pretest": "npm run build --noEmit && echo 'Skipping test dir compile check in CI for now (3rd party type error) but you should compile it locally'",
"posttest": "npx lint",
"pretest": "pnpm build --noEmit && echo 'Skipping test dir compile check in CI for now (3rd party type error) but you should compile it locally'",
"posttest": "pnpm lint",
"build": "rm -rf lib && tsc",
"prepack": "npm run build && oclif manifest && npm run readme",
"prepack": "pnpm build && oclif manifest && pnpm readme",
"postpack": "rm -f oclif.manifest.json",

@@ -57,3 +57,3 @@ "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",

"devDependencies": {
"@commercelayer/eslint-config-ts": "^1.3.0",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^5.2.20",

@@ -63,20 +63,20 @@ "@oclif/test": "^2.5.6",

"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.14",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.17",
"@types/node": "^20.12.7",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"globby": "^10.0.2",
"lodash": "^4.17.21",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"oclif": "^4.4.11",
"semantic-release": "^23.0.2",
"oclif": "^4.8.0",
"semantic-release": "^23.0.8",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@oclif/core": "^3.19.1",
"@oclif/core": "^3.26.2",
"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