New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

workers-qb

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workers-qb - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

dist/Builder.d.ts

40

package.json
{
"name": "workers-qb",
"version": "0.1.6",
"version": "0.1.7",
"description": "Zero dependencies Query Builder for Cloudflare D1 Workers",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"umd:main": "dist/umd/index.js",
"types": "dist/types/index.d.js",
"main": "./dist/workers-qb.js",
"types": "./dist/workers-qb.d.ts",
"exports": {
".": {
"types": "./dist/workers-qb.d.ts",
"import": "./dist/workers-qb.mjs",
"require": "./dist/workers-qb.js"
}
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {

@@ -13,7 +23,3 @@ "_postinstall": "husky install",

"postpublish": "pinst --enable",
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
"build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
"build": "rollup -c",
"clean": "node tools/cleanup",

@@ -30,5 +36,2 @@ "package": "npm run build && npm pack",

},
"files": [
"dist"
],
"keywords": [

@@ -60,3 +63,3 @@ "cloudflare",

"license": "MIT",
"homepage": "https://github.com/G4brym/workers-qb",
"homepage": "https://workers-qb.massadas.com",
"repository": {

@@ -83,7 +86,8 @@ "type": "git",

"ts-jest": "^28.0.5",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
"@rollup/plugin-terser": "^0.2.1",
"@rollup/plugin-typescript": "^10.0.1",
"rollup": "^3.8.1",
"rollup-plugin-bundle-size": "^1.0.3",
"typescript": "^4.8.4"
}
}
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