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

simple-sql-parser

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-sql-parser - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "simple-sql-parser",
"description": "Javascript library to parse CRUD (Create Retrieve Update Delete) SQL queries.",
"version": "1.1.1",
"version": "1.1.2",
"main": "simpleSqlParser.js",

@@ -6,0 +6,0 @@ "keywords": [

@@ -222,3 +222,3 @@ (function(exports) {

limit = limit.exec(str);
if (typeof limit[2] == 'undefined') limit[2] = 1;
if (typeof limit[2] == 'undefined') limit[2] = 0;
var result = {};

@@ -225,0 +225,0 @@ result['nb'] = parseInt(trim(limit[3]), 10);

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