🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@odda-studio/schema-builder

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odda-studio/schema-builder - npm Package Compare versions

Comparing version
1.0.134
to
1.0.135
+1
-1
model-builder.js

@@ -36,3 +36,3 @@ #!/usr/bin/env node

if (options.f || options.d) {
const files = [...options.f];
const files = [...(options.f || [])];
if (options.d) {

@@ -39,0 +39,0 @@ options.d.forEach((path) => {

{
"name": "@odda-studio/schema-builder",
"version": "1.0.134",
"version": "1.0.135",
"description": "",

@@ -5,0 +5,0 @@ "main": "model-builder.js",