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.4 to 0.0.5

2

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

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

@@ -6,3 +6,2 @@ import * as TJS from "typescript-json-schema";

let program;
const unhandledFunctions = []

@@ -60,3 +59,3 @@

program = program || TJS.getProgramFromFiles(files, config.compilerOptions, cwd);
const program = TJS.getProgramFromFiles(files, config.compilerOptions, cwd);

@@ -63,0 +62,0 @@ return TJS.buildGenerator(program, {

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