Socket
Socket
Sign inDemoInstall

@shopletzy/cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopletzy/cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@shopletzy/cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shopletzy CLI is a command line interface tool for interacting with the Shopletzy eCommerce platform",

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

@@ -12,2 +12,3 @@ import { slzconfig } from "../common/auth.js";

let workspaceId = "";
let signedUrlHeaders = {};

@@ -102,2 +103,3 @@ export const themeDevCommand = async (storeUrl) => {

workspaceId = data.workspaceId;
signedUrlHeaders = data.signedUrlHeaders;
for (const signedUrl of data.signedUrls) {

@@ -141,3 +143,3 @@ preSignedUrls[signedUrl.file] = { ...preSignedUrls[signedUrl.file], signedUrl: signedUrl.url };

headers: {
"x-goog-acl": "public-read",
...signedUrlHeaders,
"cache-control": "no-cache,max-age=0",

@@ -144,0 +146,0 @@ },

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