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

warehouse.ai-api-client

Package Overview
Dependencies
Maintainers
23
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

warehouse.ai-api-client - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [7.0.1](https://github.com/warehouseai/warehouse.ai-api-client/compare/7.0.0...7.0.1) (2022-07-07)
## [7.0.0](https://github.com/warehouseai/warehouse.ai-api-client/compare/6.1.0...7.0.0) (2022-07-07)

@@ -7,0 +9,0 @@

@@ -32,2 +32,6 @@ const WarehouseRequest = require('./utils/request');

module.exports = WarehouseSDK;
module.exports = {
WarehouseSDK,
WarehouseRequest,
ObjectAPI
};

2

lib/index.test.js
const tap = require('tap');
const WarehouseSDK = require('./index');
const { WarehouseSDK } = require('./index');
const ObjectAPI = require('./object');

@@ -4,0 +4,0 @@

{
"name": "warehouse.ai-api-client",
"version": "7.0.0",
"version": "7.0.1",
"description": "Node.JS API to communicate with warehouse.ai",
"main": "lib/index.js",
"main": "./lib/index.js",
"module": "./lib/index.js",
"directories": {

@@ -7,0 +8,0 @@ "lib": "lib"

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