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

@theledger/couchdb-query-engine

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theledger/couchdb-query-engine - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

lib/index.d.ts

7

package.json
{
"name": "@theledger/couchdb-query-engine",
"version": "2.4.3",
"version": "2.4.4",
"description": "Evaluate and filters criteria queries on JSON objects MongoDB style",
"main": "./lib/index.js",
"types": "./index.d.ts",
"types": "./lib/index.d.ts",
"scripts": {

@@ -17,3 +17,4 @@ "clean": "rimraf lib",

"build": "cross-env BABEL_ENV=production babel src --out-dir lib",
"prepublish": "npm run clean && npm run test && npm run build"
"copy:types": "cp ./src/index.d.ts ./lib",
"prepublish": "npm run clean && npm run test && npm run build && npm run copy:types"
},

@@ -20,0 +21,0 @@ "repository": {

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