Socket
Socket
Sign inDemoInstall

clever-client

Package Overview
Dependencies
49
Maintainers
6
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.2 to 1.0.0-alpha.2

cjs/api/addon.js

53

package.json
{
"name": "clever-client",
"version": "0.11.2",
"description": "Javascript models for Clever-Cloud API",
"main": "dist/clever-client.js",
"files": [
"dist"
],
"version": "1.0.0-alpha.2",
"description": "JavaScript REST client for Clever-Cloud API",
"keywords": [

@@ -14,30 +10,29 @@ "clever-cloud",

],
"author": "rbelouin <rodolphe.belouin@gmail.com>",
"license": "BSD",
"devDependencies": {
"body-parser": "^1.13.2",
"express": "^4.15.4",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jasmine": "^0.9.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-express-server": "^0.5.1",
"grunt-jasmine-node-new": "^0.3.2",
"wadl2json": "^1.0.4",
"xml2json": "^0.11.2"
"files": [
"/cjs/",
"/esm/"
],
"scripts": {
"generate-client-from-openapi": "node tasks/generate-client.js",
"generate-cjs-modules": "babel esm --out-dir cjs"
},
"dependencies": {
"baconjs": "0.7.94",
"oauth-1.0a": "^2.2.5"
},
"peerDependencies": {
"baconjs": "^0.7.83",
"request": "^2.88.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"baconjs": "^0.7.83",
"del": "^4.1.1",
"fs-extra": "^8.0.1",
"lodash": "^4.17.11",
"oauth-sign": "^0.9.0",
"querystring": "^0.2.0",
"wadl-client": "^2.0.0"
},
"scripts": {
"build": "grunt",
"test": "grunt test",
"start": "grunt test --force && node ./tests/server.js start"
"prettier": "^1.17.1",
"request": "^2.88.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc