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

@commercelayer/cli-plugin-orders

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-plugin-orders - npm Package Compare versions

Comparing version 4.9.0 to 4.9.1

34

package.json
{
"name": "@commercelayer/cli-plugin-orders",
"description": "Commerce Layer CLI Orders plugin",
"version": "4.9.0",
"version": "4.9.1",
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",

@@ -44,2 +44,13 @@ "bugs": "https://github.com/commercelayer/commercelayer-cli-plugin-orders/issues",

"repository": "commercelayer/commercelayer-cli-plugin-orders",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --config .eslintrc",
"build": "rm -rf lib && tsc -b",
"prepack": "pnpm generate && pnpm build && oclif manifest && pnpm readme",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md",
"generate": "ts-node gen/generator.ts",
"lint": "eslint src --ext .ts --config .eslintrc",
"lint:fix": "eslint src --fix"
},
"types": "lib/index.d.ts",

@@ -51,7 +62,9 @@ "devDependencies": {

"@oclif/test": "^2.5.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.11",
"@types/inquirer": "^8.2.10",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.5",
"@types/node": "^20.9.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"chai": "^4.3.10",

@@ -63,4 +76,6 @@ "eslint": "^8.54.0",

"nyc": "^15.1.0",
"oclif": "^4.0.4",
"semantic-release": "^22.0.8",
"ts-node": "^10.9.1",
"typescript": "5.0.4"
"typescript": "5.3.2"
},

@@ -76,12 +91,3 @@ "dependencies": {

"access": "public"
},
"scripts": {
"posttest": "eslint . --ext .ts --config .eslintrc",
"build": "rm -rf lib && tsc -b",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md",
"generate": "ts-node gen/generator.ts",
"lint": "eslint src --ext .ts --config .eslintrc",
"lint:fix": "eslint src --fix"
}
}
}

Sorry, the diff of this file is too big to display

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