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

@dotdev/apparel21-sdk

Package Overview
Dependencies
Maintainers
12
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotdev/apparel21-sdk - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

6

CHANGELOG.md

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

### [0.0.11](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.10...v0.0.11) (2021-04-30)
### Bug Fixes
- request module regular expression ([a9cf4a4](https://gitlab.com/dotdevv/packages/apparel21-sdk/commit/a9cf4a43e94ac2be9af42d106d2b7f4689a1337f))
### [0.0.10](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.9...v0.0.10) (2021-04-30)

@@ -7,0 +13,0 @@

2

lib/utils/request.js

@@ -50,3 +50,3 @@ "use strict";

if ('POST' === config.method) {
const moduleMatches = config.url.match(/\/(?<module>\w+)\?/);
const moduleMatches = config.url.match(/\/(?<module>\w+)$/);
const module = moduleMatches && moduleMatches.groups ? moduleMatches.groups.module : "";

@@ -53,0 +53,0 @@ if (module) {

{
"name": "@dotdev/apparel21-sdk",
"version": "0.0.10",
"version": "0.0.11",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "description": "Apparel21 Interface Library",

Sorry, the diff of this file is not supported yet

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