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

@opendesign/manifest-ts

Package Overview
Dependencies
Maintainers
14
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opendesign/manifest-ts - npm Package Compare versions

Comparing version 3.0.0-alpha.39 to 3.0.0-alpha.40

21

dist/manifest.ts

@@ -46,2 +46,3 @@ /**

name: string
meta?: components['schemas']['PageMeta']
children: components['schemas']['EntityId'][]

@@ -62,2 +63,3 @@ description?: string

name: string
meta?: components['schemas']['LibraryMeta']
children: components['schemas']['DependencyId'][]

@@ -97,2 +99,3 @@ location?: components['schemas']['ResourceLocation']

name: string
meta?: components['schemas']['ChunkMeta']
type: 'STYLE_LAYER' | 'STYLE_FILL' | 'STYLE_TEXT' | 'STYLE_EFFECT' | 'STYLE_GRID'

@@ -112,2 +115,3 @@ location: components['schemas']['ResourceLocation']

description?: string
meta?: components['schemas']['ComponentSetMeta']
}

@@ -186,3 +190,20 @@ /** If component is variant of other component this describes that relation. Otherwise missing. */

globalId?: string
originalId?: string
}
/** ComponentSet meta information */
ComponentSetMeta: {
originalId?: string
}
/** Page meta information */
PageMeta: {
originalId?: string
}
/** Library meta information */
LibraryMeta: {
originalId?: string
}
/** Chunk meta information */
ChunkMeta: {
originalId?: string
}
}

@@ -189,0 +210,0 @@ }

2

package.json
{
"name": "@opendesign/manifest-ts",
"version": "3.0.0-alpha.39",
"version": "3.0.0-alpha.40",
"files": [

@@ -5,0 +5,0 @@ "dist/manifest.ts",

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