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.0.0 to 5.1.0

dist/cjs/index.d.ts

6

CHANGELOG.md
# @sketch-hq/sketch-file-format-ts
## 5.1.0
### Minor Changes
- 1aff125: Include ESM entrypoint.
## 5.0.0

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

9

package.json
{
"name": "@sketch-hq/sketch-file-format-ts",
"description": "TypeScript types for the Sketch File Format",
"version": "5.0.0",
"main": "dist/index",
"types": "dist/index",
"version": "5.1.0",
"main": "dist/cjs/index",
"types": "dist/cjs/index",
"module": "dist/esm/index",
"license": "MIT",

@@ -36,3 +37,3 @@ "files": ["dist"],

"generate": "ts-node ./scripts/generate.ts",
"build": "rm -rf dist && yarn generate && tsc",
"build": "rm -rf dist && yarn generate && tsc --project tsconfig.json && tsc --project tsconfig.esm.json",
"test": "jest",

@@ -39,0 +40,0 @@ "release": "yarn build && changeset publish",

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