Socket
Socket
Sign inDemoInstall

ormless

Package Overview
Dependencies
78
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

dist/cjs/cli/cli.js

@@ -34,3 +34,3 @@ "use strict";

if (!fs.existsSync(directory)) {
fs.mkdirSync(directory);
fs.mkdirSync(directory, { recursive: true });
}

@@ -37,0 +37,0 @@ fs.writeFileSync(outFile, prettier.format(value, { parser: 'typescript', ...prettierConfig }));

@@ -31,3 +31,3 @@ import * as fs from 'fs';

if (!fs.existsSync(directory)) {
fs.mkdirSync(directory);
fs.mkdirSync(directory, { recursive: true });
}

@@ -34,0 +34,0 @@ fs.writeFileSync(outFile, prettier.format(value, { parser: 'typescript', ...prettierConfig }));

{
"name": "ormless",
"version": "0.0.6",
"version": "0.0.7",
"bin": "./bin/ormless",

@@ -5,0 +5,0 @@ "description": "Type safe SQL shortcuts based on kysely",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc