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

@druid-toolkit/query

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@druid-toolkit/query - npm Package Compare versions

Comparing version 0.20.5 to 0.20.6

11

package.json
{
"name": "@druid-toolkit/query",
"version": "0.20.5",
"version": "0.20.6",
"description": "A collection of utilities for working with Druid queries",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {

@@ -8,0 +17,0 @@ "build": "rm -rf dist types *.tsbuildinfo && node script/compile-peg.js && tsc --emitDeclarationOnly -p ./tsconfig.dist.json && tsup src/index.ts --global-name druid",

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