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

@janiscommerce/api-save

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@janiscommerce/api-save - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## [3.0.1] - 2019-08-06
### Fixed
- Client models not work as expected
## [3.0.0] - 2019-08-01

@@ -12,0 +16,0 @@ ### Changed

2

lib/api-save-validator.js

@@ -55,3 +55,3 @@ 'use strict';

const Model = require(modelPath);
return this.client ? this.client.getInstance(Model) : new Model();
return this.apiInstance.client ? this.apiInstance.client.getInstance(Model) : new Model();
}

@@ -58,0 +58,0 @@

{
"name": "@janiscommerce/api-save",
"version": "3.0.0",
"version": "3.0.1",
"description": "A package to handle JANIS Views Save APIs",

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

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