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

@likec4/generators

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@likec4/generators - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0

6

dist/views-data-ts/generate-views-data.js

@@ -38,4 +38,3 @@ import JSON5 from 'json5';

typeof value === 'string' &&
Object.hasOwn(LikeC4Views, value) &&
LikeC4Views[value] != null
!!LikeC4Views[value]
)

@@ -87,4 +86,3 @@ }

typeof value === 'string' &&
Object.hasOwn(LikeC4Views, value) &&
LikeC4Views[value] != null
!!LikeC4Views[value]
)

@@ -91,0 +89,0 @@ }

{
"name": "@likec4/generators",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"license": "MIT",

@@ -44,3 +44,3 @@ "bugs": "https://github.com/likec4/likec4/issues",

"dependencies": {
"@likec4/core": "1.0.0-rc.1",
"@likec4/core": "1.0.0",
"json5": "^2.2.3",

@@ -47,0 +47,0 @@ "langium": "^3.0.0",

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