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.2.1 to 5.2.2

6

CHANGELOG.md
# @sketch-hq/sketch-file-format-ts
## 5.2.2
### Patch Changes
- 84c9fc2: Update sketch-file-format to 3.7.1
## 5.2.1

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

4

dist/cjs/v3-types.d.ts

@@ -1359,5 +1359,6 @@ /**

};
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135;
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136;
fonts: string[];
compatibilityVersion: 99;
coeditCompatibilityVersion?: number;
app: BundleId;

@@ -1372,2 +1373,3 @@ autosaved: NumericalBool;

compatibilityVersion: number;
coeditCompatibilityVersion?: number;
version: number;

@@ -1374,0 +1376,0 @@ variant: SketchVariant;

@@ -1359,5 +1359,6 @@ /**

};
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135;
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136;
fonts: string[];
compatibilityVersion: 99;
coeditCompatibilityVersion?: number;
app: BundleId;

@@ -1372,2 +1373,3 @@ autosaved: NumericalBool;

compatibilityVersion: number;
coeditCompatibilityVersion?: number;
version: number;

@@ -1374,0 +1376,0 @@ variant: SketchVariant;

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

@@ -25,3 +25,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.7.1",
"@sketch-hq/sketch-file-format-3": "npm:@sketch-hq/sketch-file-format@3.7.2",
"@types/humps": "2.0.0",

@@ -28,0 +28,0 @@ "@types/jest": "26.0.16",

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