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

@lit-labs/gen-manifest

Package Overview
Dependencies
Maintainers
11
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-labs/gen-manifest - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

index.js

@@ -80,3 +80,3 @@ /**

return {
name: declaration.name,
name: declaration.name, // TODO(kschaaf) name isn't optional in CEM
...convertCommonInfo(declaration),

@@ -219,3 +219,3 @@ };

name: event.name,
type: transformIfNotEmpty(event.type, convertType) ?? { text: 'Event' },
type: transformIfNotEmpty(event.type, convertType) ?? { text: 'Event' }, // TODO(kschaaf) type isn't optional in CEM
description: ifNotEmpty(event.description),

@@ -222,0 +222,0 @@ summary: ifNotEmpty(event.summary),

{
"name": "@lit-labs/gen-manifest",
"description": "Code generator for generating Custom Elements Manifests for Lit components",
"version": "0.3.1",
"version": "0.3.2",
"author": "Google LLC",

@@ -51,3 +51,3 @@ "license": "BSD-3-Clause",

"dependencies": {
"@lit-labs/analyzer": "^0.11.0",
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/gen-utils": "^0.3.0",

@@ -54,0 +54,0 @@ "custom-elements-manifest": "^2.0.0"

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