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.2 to 0.1.4

5

dist/api.js

@@ -22,2 +22,5 @@ "use strict";

auth = _ref.auth;
var payload = /(post|put|patch)/i.test(method) && data;
return api({

@@ -28,3 +31,3 @@ method: method,

auth: auth,
data: (/post/i.test(method) || /put/i.test(method) || /patch/i.test(method)) && data
data: payload
}).then(function (_ref2) {

@@ -31,0 +34,0 @@ var data = _ref2.data;

6

package.json
{
"name": "bukalapak-api",
"version": "0.1.2",
"version": "0.1.4",
"main": "dist/index.js",

@@ -17,3 +17,5 @@ "files": [

"babel-preset-env": "^1.4.0",
"np": "^2.13.2"
"np": "^2.13.2",
"axios": "^0.16.1",
"bluebird": "^3.5.0"
},

@@ -20,0 +22,0 @@ "scripts": {

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