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

android-sdk-client

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

android-sdk-client - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

14

index.js

@@ -301,9 +301,9 @@ #!/usr/bin/env node

axios.get(source.url)
.then(data => { source.xml = data; return data; })
.then(parse)
.then(data => { source.data = data; return data; })
.then(data => exportSources(data, source))
// .then(data => printDetails(data, source))
.then(resolve)
.catch(reject);
.then(data => { source.xml = data; return data; })
.then(parse)
.then(data => { source.data = data; return data; })
.then(data => exportSources(data, source))
// .then(data => printDetails(data, source))
.then(resolve)
.catch(reject);
});

@@ -310,0 +310,0 @@ }

{
"name": "android-sdk-client",
"version": "1.2.4",
"version": "1.2.5",
"description": "Display list of available files of SDK repository",

@@ -33,11 +33,11 @@ "bin": {

"dependencies": {
"axios": "^0.18.0",
"es6-promise": "^4.2.5",
"axios": "^0.19.0",
"es6-promise": "^4.2.8",
"humanize": "0.0.9",
"meow": "^5.0.0",
"mkdirp": "^0.5.1",
"xml2js": "^0.4.19"
"xml2js": "^0.4.22"
},
"devDependencies": {
"eslint": "^5.6.0"
"eslint": "^6.6.0"
},

@@ -44,0 +44,0 @@ "repository": {

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