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

@based/db-query

Package Overview
Dependencies
Maintainers
7
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/db-query - npm Package Compare versions

Comparing version 2.0.0-alpha.29 to 2.0.0-alpha.30

dist/src/ast2rpn/ast2rpn.d.ts

22

package.json
{
"name": "@based/db-query",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"license": "MIT",
"main": "dist/index.js",
"main": "dist/src/index.js",
"scripts": {

@@ -13,16 +13,12 @@ "build": "npx tsc",

"sideEffects": false,
"type": "module",
"files": [
"dist",
"!dist/**/*.js.map"
"dist/src",
"!dist/src/**/*.js.map"
],
"ava": {
"concurrency": 1,
"timeout": "2m",
"files": [
"test/*.ts"
],
"concurrency": 1,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
"./dist/test/*.js"
]

@@ -37,3 +33,3 @@ },

"@types/node": "^17.0.23",
"ava": "3.15.0",
"ava": "5.3.1",
"ts-node": "10.9.1",

@@ -40,0 +36,0 @@ "typescript": "^5.1.6",

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