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

@commercelayer/cli-plugin-resources

Package Overview
Dependencies
Maintainers
0
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-plugin-resources - npm Package Compare versions

Comparing version 6.7.3 to 6.7.4

2

lib/lang/request.js

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

const match = request.path.match(/\/api\/[a-z_]*/g);
const res = match ? match[0].replace('/api/', '') : request.path;
const res = (match ? match[0] : request.path).replace('/api/', '');
return res;

@@ -59,0 +59,0 @@ };

{
"name": "@commercelayer/cli-plugin-resources",
"description": "Commerce Layer CLI Resources plugin",
"version": "6.7.3",
"version": "6.7.4",
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-resources",

Sorry, the diff of this file is too big to display

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