Socket
Socket
Sign inDemoInstall

@zeplin/cli

Package Overview
Dependencies
123
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

dist/package.json
{
"name": "@zeplin/cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "Zeplin CLI",

@@ -5,0 +5,0 @@ "main": "./dist/src/app",

@@ -99,5 +99,6 @@ "use strict";

const { repository } = componentConfigFile.github;
const encodedPath = encodeURIComponent(component.path);
urlPaths.push({
type: "github",
url: `${url}/${repository}/blob/${branch}/${component.path}`
url: `${url}/${repository}/blob/${branch}/${encodedPath}`
});

@@ -104,0 +105,0 @@ }

{
"name": "@zeplin/cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "Zeplin CLI",

@@ -5,0 +5,0 @@ "main": "./dist/src/app",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc