sql-easy-builder
Advanced tools
@@ -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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
46921
0.29%1325
0.23%