New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sql-easy-builder

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-easy-builder - npm Package Compare versions

Comparing version
3.1.1
to
3.2.0
+3
-0
dist/attr_builder.js

@@ -78,2 +78,5 @@ import { Raw } from './raw.js';

constructor(x, y) {
if (!Number.isFinite(x) || !Number.isFinite(y)) {
throw new Error(`Value is not finite: x:${x}, y:${y}`);
}
super();

@@ -80,0 +83,0 @@ this.x = x;

+1
-1
{
"name": "sql-easy-builder",
"type": "module",
"version": "3.1.1",
"version": "3.2.0",
"description": "SQL easy builder",

@@ -6,0 +6,0 @@ "exports": "./dist/index.js",