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.0.8 to 0.0.9

2

package.json
{
"name": "cem-plugin-better-lit-types",
"version": "0.0.8",
"version": "0.0.9",
"description": "Updates CEM definitions with Typescript Schema",

@@ -5,0 +5,0 @@ "main": "plugin.js",

@@ -135,4 +135,3 @@ import { html, unsafeStatic } from 'lit/static-html.js';

export const createLitRenderer = (_settings) = (props, options) => {
const setting = _settings || {}
export const createLitRenderer = (settings = {}) => (props, options) => {
const tag = unsafeStatic(options.component)

@@ -139,0 +138,0 @@ const [attributes, slots] = getAttrsAndSlots(props, options.argTypes, settings)

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