Huge News!Announcing our $40M Series B led by Abstract Ventures.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 6.3.1-beta.0 to 6.4.0

8

CHANGELOG.md

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

## [6.4.0] - 2021-11-11
### Added
- Errors are not masqueraded any more
- Added `rawData` getter and setter
### Fixed
- Now logs are saved with the original data
## [6.3.0] - 2021-06-11

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

1

lib/dispatcher.js

@@ -23,2 +23,3 @@ 'use strict';

* @property {*} data
* @property {string} rawData
* @property {Object<string, string>} headers

@@ -25,0 +26,0 @@ * @property {Object<string, string>} cookies

2

package.json
{
"name": "@janiscommerce/api",
"version": "6.3.1-beta.0",
"version": "6.4.0",
"description": "A package for managing API from any origin",

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

@@ -12,3 +12,3 @@ export = Dispatcher;

pristineData: any;
rawData: any;
rawData: string;
headers: {

@@ -54,2 +54,3 @@ [x: string]: string;

data: any;
rawData: string;
headers: {

@@ -56,0 +57,0 @@ [x: string]: string;

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