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.12 to 0.1.13

6

dist/plugin.js

@@ -32,6 +32,8 @@ import * as TJS from "typescript-json-schema";

Object.keys(type).forEach(k => {
if (type[k].$ref)
var _a;
if ((_a = type[k]) === null || _a === void 0 ? void 0 : _a.$ref) {
type[k] = getReferenceType(type[k], symbol);
}
});
if (!type.$ref)
if (!(type === null || type === void 0 ? void 0 : type.$ref))
return type;

@@ -38,0 +40,0 @@ const source = getReferenceType(type, symbol);

{
"name": "cem-plugin-better-lit-types",
"version": "0.1.12",
"version": "0.1.13",
"description": "Updates CEM definitions with Typescript Schema",

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

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