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

sql-ts

Package Overview
Dependencies
Maintainers
0
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 7.0.0 to 7.1.0

dist/lib.cjs

13

package.json

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

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

@@ -17,3 +17,9 @@ "license": "MIT",

"type": "module",
"exports": "./dist/lib.js",
"exports": {
".": {
"import": "./dist/lib.js",
"require": "./dist/lib.cjs",
"types": "./dist/lib.d.ts"
}
},
"types": "./dist/lib.d.ts",

@@ -34,4 +40,3 @@ "scripts": {

"lodash": "^4.17.21",
"sliced": "~1.0.x",
"tslib": "~2.7.0"
"sliced": "~1.0.x"
},

@@ -38,0 +43,0 @@ "devDependencies": {

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