Socket
Socket
Sign inDemoInstall

@cdellacqua/knex-transact

Package Overview
Dependencies
26
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

build/index.cjs.js

20

package.json
{
"name": "@cdellacqua/knex-transact",
"version": "3.0.0",
"version": "3.0.1",
"description": "transact function that provides a simple mechanism to translate SQL transactions into code",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "build/index.cjs.js",
"module": "build/index.esm.js",
"type": "module",
"scripts": {
"build": "rimraf build && tsc",
"build": "rimraf build && rollup -c && tsc --declaration --emitDeclarationOnly --declarationDir build",
"prepare": "npm run build"

@@ -27,8 +28,19 @@ },

],
"exports": {
".": {
"import": "./build/index.esm.js",
"require": "./build/index.cjs.js"
},
"./package.json": "./package.json"
},
"author": "Carlo Dell'Acqua",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-typescript": "^6.1.0",
"@types/node": "^14.14.7",
"knex": "0.95.4",
"rimraf": "^3.0.2",
"rollup": "^2.32.1",
"typescript": "^4.2.4"

@@ -35,0 +47,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc