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

sql-ts

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-ts - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/node/valueExpression.d.ts

@@ -59,5 +59,3 @@ import { AtNode, BinaryNode, CaseNode, CastNode, InNode, NotInNode, OrderByValueNode, PostfixUnaryNode, SliceNode, TernaryNode } from '.';

equals(val: any): BinaryNode;
equal(val: any): BinaryNode;
notEquals(val: any): BinaryNode;
notEqual(val: any): BinaryNode;
gt(val: any): BinaryNode;

@@ -64,0 +62,0 @@ gte(val: any): BinaryNode;

2

package.json

@@ -8,3 +8,3 @@ {

"description": "SQL Builder",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/charsleysa/node-sql-ts",

@@ -11,0 +11,0 @@ "license": "MIT",

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