bukalapak-api
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "bukalapak-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "dist/index.js", | ||
@@ -17,5 +17,3 @@ "files": [ | ||
"babel-preset-env": "^1.4.0", | ||
"np": "^2.13.2", | ||
"axios": "^0.16.1", | ||
"bluebird": "^3.5.0" | ||
"np": "^2.13.2" | ||
}, | ||
@@ -26,3 +24,7 @@ "scripts": { | ||
"build": "babel src -d dist" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.16.1", | ||
"bluebird": "^3.5.0" | ||
} | ||
} |
@@ -17,3 +17,3 @@ # bukalapak-api | ||
try { | ||
const { status, token, confirmed } = await getApiToken(user) | ||
const { status, token, confirmed } = await authentication.getApiToken(user) | ||
console.log(token) | ||
@@ -20,0 +20,0 @@ } catch (error) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6597
3
2
+ Addedaxios@^0.16.1
+ Addedbluebird@^3.5.0
+ Addedaxios@0.16.2(transitive)
+ Addedbluebird@3.7.2(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedis-buffer@1.1.6(transitive)