New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@janiscommerce/api

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@janiscommerce/api - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

4

CHANGELOG.md

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

## [5.1.1] - 2020-06-24
### Fixed
- Now responses without `messageVariables` are retro-compatible
## [5.1.0] - 2020-06-23

@@ -11,0 +15,0 @@ ### Added

5

lib/dispatcher.js

@@ -237,3 +237,6 @@ 'use strict';

this.api
.setBody({ message, messageVariables });
.setBody({
message,
...(messageVariables ? { messageVariables } : {})
});
}

@@ -240,0 +243,0 @@

{
"name": "@janiscommerce/api",
"version": "5.1.0",
"version": "5.1.1",
"description": "A package for managing API from any origin",

@@ -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