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

@tipe/databox-loader

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tipe/databox-loader - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

package.json
{
"name": "@tipe/databox-loader",
"version": "0.3.5",
"version": "0.3.6",
"description": "Tipe Databox Loader for talking with Databox",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -51,4 +51,4 @@ const fetch = require('node-fetch')

function databoxFetch(url, model, action, body) {
const task = { model, action, body }
function databoxFetch(url, model, action, body, methods = []) {
const task = { model, action, body: {query: body, methods} }
const deferred = defer()

@@ -55,0 +55,0 @@ if (exports._batching) {

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