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

@linked-db/linked-ql

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linked-db/linked-ql - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

3

package.json

@@ -14,3 +14,3 @@ {

"icon": "https://webqit.io/icon.svg",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",

@@ -44,2 +44,3 @@ "repository": {

"@webqit/util": "^0.8.14",
"dotenv": "^16.4.5",
"enquirer": "^2.4.1",

@@ -46,0 +47,0 @@ "yaml": "^2.5.0"

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

const { command, flags } = parseArgv(process.argv);
if (flags.env) await import('dotenv/config');
// flags: --desc --direction --db, --dir, --force, --diffing, --force-new

@@ -17,0 +18,0 @@ if (flags.direction && !['forward','backward'].includes(flags.direction)) throw new Error(`Invalid --direction. Expected: forward|backward`);

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