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

@sketch-hq/sketch-assistant-cli

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sketch-hq/sketch-assistant-cli - npm Package Compare versions

Comparing version 5.0.0-next.19 to 5.0.0-next.20

8

CHANGELOG.md
# @sketch-hq/sketch-assistant-cli
## 5.0.0-next.20
### Patch Changes
- 06c0612: Export ignore pruning functions properly.
- Updated dependencies [06c0612]
- @sketch-hq/sketch-assistant-utils@5.0.0-next.20
## 5.0.0-next.19

@@ -4,0 +12,0 @@

3

dist/index.js

@@ -36,3 +36,2 @@ "use strict";

const os_locale_1 = __importDefault(require("os-locale"));
const ignore_1 = require("@sketch-hq/sketch-assistant-utils/dist/cjs/run/ignore");
const helpText = `

@@ -293,3 +292,3 @@ Usage

let { ignore = { pages: [], assistants: {} } } = workspace;
ignore = ignore_1.prunePages(ignore, file);
ignore = sketch_assistant_utils_1.prunePages(ignore, file);
file = sketch_assistant_utils_1.filterPages(file, ignore.pages);

@@ -296,0 +295,0 @@ const processedFile = yield sketch_assistant_utils_1.process(file, operation);

{
"name": "@sketch-hq/sketch-assistant-cli",
"version": "5.0.0-next.19",
"version": "5.0.0-next.20",
"bin": {

@@ -24,3 +24,3 @@ "sketch-assistants": "bin/cli.js"

"@sketch-hq/sketch-assistant-types": "5.0.0-next.19",
"@sketch-hq/sketch-assistant-utils": "5.0.0-next.19",
"@sketch-hq/sketch-assistant-utils": "5.0.0-next.20",
"chalk": "4.0.0",

@@ -27,0 +27,0 @@ "conf": "6.2.4",

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