Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sql2json

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql2json - npm Package Compare versions

Comparing version 1.5.20 to 1.5.21

4

lib/sql2json.js

@@ -264,3 +264,3 @@ const lexer = require('sql-parser').lexer;

stack.push({
value: token[1],
value: `'${token[1]}'`,
type: 'string'

@@ -323,3 +323,3 @@ });

stack.push({
value: token[1],
value: `'${token[1]}'`,
type: 'string'

@@ -326,0 +326,0 @@ });

{
"name": "sql2json",
"version": "1.5.20",
"version": "1.5.21",
"description": "",

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

@@ -889,6 +889,6 @@ const assert = require('assert');

arguments: [{
value: 'a',
value: '\'a\'',
type: 'string'
}, {
value: 'b',
value: '\'b\'',
type: 'string'

@@ -1069,6 +1069,6 @@ }]

type: 'string',
value: 'nominal'
value: '\'nominal\''
}, {
type: 'string',
value: '0'
value: '\'0\''
}]

@@ -1075,0 +1075,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