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

@sketch-hq/sketch-assistant-types

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

6

CHANGELOG.md
# @sketch-hq/sketch-assistant-types
## 5.0.0-next.21
### Patch Changes
- 21de31c: Allow `allObjects` and `objects` to be set at the same time in an ignore config.
## 5.0.0-next.19

@@ -4,0 +10,0 @@

7

dist/types.d.ts

@@ -162,4 +162,7 @@ import { FileFormat3 } from '@sketch-hq/sketch-file-format-ts';

} | {
objects: string[];
};
allObjects: true;
objects: [];
} | {
objects: [];
} | {};
};

@@ -166,0 +169,0 @@ };

{
"name": "@sketch-hq/sketch-assistant-types",
"version": "5.0.0-next.19",
"version": "5.0.0-next.21",
"main": "dist/types",

@@ -5,0 +5,0 @@ "types": "dist/types",

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