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 4.0.0 to 4.1.0

4

CHANGELOG.md

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

## [4.1.0] - 2019-10-08
### Added
- Now `format` method can be asynchronous
## [4.0.0] - 2019-10-02

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

2

lib/api-save-data.js

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

if(this.format)
this.dataToSave.main = this.format(this.dataToSave.main);
this.dataToSave.main = await this.format(this.dataToSave.main);

@@ -49,0 +49,0 @@ const apiSaveMain = new ApiSaveMain(this);

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

@@ -5,0 +5,0 @@ "main": "lib/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