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

cem-plugin-better-lit-types

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cem-plugin-better-lit-types - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/extractor/converter.js

@@ -81,3 +81,5 @@ import { FIELD } from "./types.js";

return `
<p>
${description || ''}
</p>
<details>

@@ -84,0 +86,0 @@ <summary>*Object properties*</summary>

2

dist/render/index.d.ts

@@ -6,3 +6,3 @@ type Settings = {

export declare const spread: (args: any, { joinArrays }?: Settings) => import("lit-html/directive").DirectiveResult<typeof import("@open-wc/lit-helpers/src/spread").SpreadDirective>;
export declare const createLitRenderer: (settings?: Settings) => (props: any, options: any) => import("lit-html").TemplateResult<1 | 2>;
export declare const createLitRenderer: (settings?: Settings) => (props: any, options: any) => import("lit").TemplateResult<1 | 2>;
export {};
{
"name": "cem-plugin-better-lit-types",
"version": "0.2.0",
"version": "0.2.1",
"description": "Updates CEM definitions with Typescript Schema",

@@ -5,0 +5,0 @@ "type": "module",

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