Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bukalapak-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bukalapak-api - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

10

package.json
{
"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"
}
}

2

README.md

@@ -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) {

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