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

@janiscommerce/api-get

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@janiscommerce/api-get - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md

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

## [1.0.1] - 2019-07-23
### Fixed
- Fix for AWS request path without basePath
- Removed some wrong test cases
- Fixed a typo in a test case
## [1.0.0] - 2019-07-22

@@ -12,0 +18,0 @@ ### Added

2

lib/helpers/endpoint-parser.js

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

const sanitizedEndpoint = endpoint.replace(/^\/?[a-z-]+\/?/i, '');
const sanitizedEndpoint = endpoint.replace(/^\/?(api\/)?/i, '');

@@ -16,0 +16,0 @@ if(!sanitizedEndpoint)

{
"name": "@janiscommerce/api-get",
"version": "1.0.0",
"version": "1.0.1",
"description": "A package to handle JANIS Get 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