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

@sketch-hq/sketch-file-format-ts

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sketch-hq/sketch-file-format-ts - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

6

CHANGELOG.md
# @sketch-hq/sketch-file-format-ts
## 5.1.1
### Patch Changes
- 5b298d9: Update to file format 3.6.2
## 5.1.0

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

23

dist/cjs/v3-types.d.ts

@@ -1348,3 +1348,3 @@ /**

};
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130;
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131;
fonts: string[];

@@ -1404,7 +1404,7 @@ compatibilityVersion: 99;

export declare type Workspace = {
assistants: AssistantsWorkspace;
assistants?: AssistantsWorkspace;
[key: string]: any;
};
/**
* Contains Assistant configuration that travels with the document in the file workspace. Maintains a record of which Assistants have been installed to the document and where they've been installed from in the `dependencies` field. Additionally Assistant metadata from their package.json files are cached in the `dependencyMetadata` field.
* Contains Assistant configuration that travels with the document in the file workspace. Maintains a record of which Assistants have been installed to the document and where they've been installed from in the `dependencies` field.
*/

@@ -1415,15 +1415,2 @@ export declare type AssistantsWorkspace = {

};
dependencyMetadata: {
[key: string]: {
sketch: string;
homepage: string;
name: string;
version: string;
'sketch-assistants': {
title: string;
icon: string;
description: string;
};
};
};
};

@@ -1449,4 +1436,2 @@ /**

fontReferences?: FontRef[];
autoEmbedFonts?: boolean;
agreedToFontEmbedding?: boolean;
pages: Page[];

@@ -1476,4 +1461,2 @@ };

fontReferences?: FontRef[];
autoEmbedFonts?: boolean;
agreedToFontEmbedding?: boolean;
pages: FileRef[];

@@ -1480,0 +1463,0 @@ };

@@ -1348,3 +1348,3 @@ /**

};
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130;
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131;
fonts: string[];

@@ -1404,7 +1404,7 @@ compatibilityVersion: 99;

export declare type Workspace = {
assistants: AssistantsWorkspace;
assistants?: AssistantsWorkspace;
[key: string]: any;
};
/**
* Contains Assistant configuration that travels with the document in the file workspace. Maintains a record of which Assistants have been installed to the document and where they've been installed from in the `dependencies` field. Additionally Assistant metadata from their package.json files are cached in the `dependencyMetadata` field.
* Contains Assistant configuration that travels with the document in the file workspace. Maintains a record of which Assistants have been installed to the document and where they've been installed from in the `dependencies` field.
*/

@@ -1415,15 +1415,2 @@ export declare type AssistantsWorkspace = {

};
dependencyMetadata: {
[key: string]: {
sketch: string;
homepage: string;
name: string;
version: string;
'sketch-assistants': {
title: string;
icon: string;
description: string;
};
};
};
};

@@ -1449,4 +1436,2 @@ /**

fontReferences?: FontRef[];
autoEmbedFonts?: boolean;
agreedToFontEmbedding?: boolean;
pages: Page[];

@@ -1476,4 +1461,2 @@ };

fontReferences?: FontRef[];
autoEmbedFonts?: boolean;
agreedToFontEmbedding?: boolean;
pages: FileRef[];

@@ -1480,0 +1463,0 @@ };

{
"name": "@sketch-hq/sketch-file-format-ts",
"description": "TypeScript types for the Sketch File Format",
"version": "5.1.0",
"version": "5.1.1",
"main": "dist/cjs/index",

@@ -23,3 +23,3 @@ "types": "dist/cjs/index",

"@sketch-hq/sketch-file-format-2": "npm:@sketch-hq/sketch-file-format@2.0.3",
"@sketch-hq/sketch-file-format-3": "npm:@sketch-hq/sketch-file-format@3.6.1",
"@sketch-hq/sketch-file-format-3": "npm:@sketch-hq/sketch-file-format@3.6.2",
"@types/humps": "1.1.3",

@@ -26,0 +26,0 @@ "@types/jest": "25.2.1",

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