New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clevercloud/client

Package Overview
Dependencies
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clevercloud/client - npm Package Compare versions

Comparing version 7.0.0-beta.3 to 7.0.0

3

CHANGELOG.md
# Clever Client changelog
## Unreleased (????-??-??)
## Unreleased (2020-10-05)
* replace jest by [@web/test-runner](https://modern-web.dev/guides/test-runner/getting-started/)
* Add new zones API `GET /v4/product/zones` in `api/v4/product.js` with `getAllZones()`.

@@ -6,0 +7,0 @@

{
"name": "@clevercloud/client",
"version": "7.0.0-beta.3",
"version": "7.0.0",
"description": "JavaScript REST client and utils for Clever Cloud's API",

@@ -26,7 +26,7 @@ "homepage": "https://github.com/CleverCloud/clever-client.js",

"generate-cjs-modules": "rm -rf cjs && babel esm --out-dir cjs",
"lint": "eslint esm tasks tests",
"lint:fix": "eslint --fix esm tasks tests",
"lint": "eslint esm tasks test",
"lint:fix": "eslint --fix esm tasks test",
"prepack": "npm run lint && npm run test && npm run generate-client",
"test": "jest",
"test:watch": "jest --watch"
"test": "web-test-runner \"test/**/*.spec.js\" --node-resolve",
"test:watch": "web-test-runner \"test/**/*.spec.js\" --node-resolve --watch"
},

@@ -47,2 +47,4 @@ "dependencies": {

"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@esm-bundle/chai": "^4.1.5",
"@web/test-runner": "^0.7.41",
"del": "^5.1.0",

@@ -56,3 +58,2 @@ "eslint": "^6.8.0",

"fs-extra": "^8.1.0",
"jest": "^25.1.0",
"lodash": "^4.17.15",

@@ -59,0 +60,0 @@ "prettier": "^1.19.1",

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