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.1.17 to 0.2.0

52

package.json
{
"name": "cem-plugin-better-lit-types",
"version": "0.1.17",
"version": "0.2.0",
"description": "Updates CEM definitions with Typescript Schema",
"main": "dist/plugin.js",
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./plugin": "./dist/plugin.js",
"./plugin.d.ts": "./dist/plugin.d.ts",
"./storybook": "./dist/storybook.js",
"./storybook.d.ts": "./dist/storybook.d.ts"
".": {
"import": "./dist/index.js"
},
"./storybook": {
"import": "./dist/storybook.js"
},
"./plugin": {
"import": "./dist/plugin.js"
}
},
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/index.d.ts"
],
"storybook": [
"dist/storybook.d.ts"
],
"plugin": [
"dist/plugin.d.ts"
]
}
},
"files": [
"dist"
"dist/**/*"
],
"scripts": {
"analyze": "custom-elements-manifest analyze",
"build": "tsc --declaration"
"build": "tsc --declaration",
"semantic-release": "semantic-release",
"release": "release-it"
},

@@ -41,6 +59,18 @@ "keywords": [

"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.8",
"@types/node": "^18.11.18",
"@custom-elements-manifest/analyzer": "^0.6.8",
"lit-html": "^2.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Uscreen-video/cem-plugin-better-lit-types.git"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}"
},
"github": {
"release": true
}
}
}
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