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

amadeus

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amadeus - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.babelrc

40

package.json
{
"name": "amadeus",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.1.0",
"description": "Node library for the Amadeus travel APIs",
"main": "lib/amadeus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prebuild": "eslint src",
"build": "babel -d lib src/ -s inline",
"build:watch": "watch 'npm run build' src",
"prepublish": "npm run build"
},
"author": "Almir Filho",
"license": "MIT"
"repository": {
"type": "git",
"url": "git+https://github.com/amadeusdev/amadeus-node.git"
},
"keywords": [
"amadeus",
"travel",
"api",
"apis",
"hotels",
"flights"
],
"author": "amadeus-developer",
"license": "MIT",
"bugs": {
"url": "https://github.com/amadeusdev/amadeus-node/issues"
},
"homepage": "https://developer.amadeus.com",
"contributors": [
"cbetta"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.16.0",
"watch": "^1.0.2"
}
}
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