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

@brigand/n1ql

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brigand/n1ql - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@brigand/n1ql",
"version": "0.1.0",
"version": "0.1.1",
"description": "parse couchbase's n1ql syntax",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -8,2 +8,3 @@ const {inspect} = require('util')

{ query: 'SELECT */ FROM foo where id = "123"', pass: false},
{ query: 'SELECT * FROM system:indexes', pass: true},
{ query: 'SELECT * from foo where id = "123"', pass: true},

@@ -10,0 +11,0 @@ ]

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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