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

massive

Package Overview
Dependencies
Maintainers
2
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

massive - npm Package Compare versions

Comparing version 6.6.5 to 6.7.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [6.7.0](https://gitlab.com/dmfay/massive-js/compare/v6.6.5...v6.7.0) (2021-02-27)
### Features
* support json operations ?, ?|, ?&, @?, @@ in criteria objects ([2a01f65](https://gitlab.com/dmfay/massive-js/commit/2a01f65eebc2916cc333e808c62eb0af2a18a723))
### [6.6.5](https://gitlab.com/dmfay/massive-js/compare/v6.6.4...v6.6.5) (2021-01-28)

@@ -7,0 +14,0 @@

@@ -145,2 +145,8 @@ 'use strict';

'&&': {operator: '&&', mutator: literalizeArray},
// json
'?': {operator: '?'},
'?|': {operator: '?|', mutator: literalizeArray},
'?&': {operator: '?&', mutator: literalizeArray},
'@?': {operator: '@?'},
'@@': {operator: '@@'},
// pattern matching

@@ -147,0 +153,0 @@ '~~': {operator: 'LIKE'},

16

package.json
{
"name": "massive",
"version": "6.6.5",
"version": "6.7.0",
"description": "A small query tool for Postgres that embraces json and makes life simpler",

@@ -52,17 +52,17 @@ "homepage": "https://massivejs.org",

"dependencies": {
"commander": "6.1.0",
"commander": "7.1.0",
"glob": "7.1.6",
"lodash": "4.17.20",
"lodash": "4.17.21",
"murmurhash": "1.0.0",
"pg-promise": "^10.9.1",
"pg-promise": "^10.9.2",
"pg-query-stream": "^4.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai": "4.3.0",
"chai-as-promised": "7.1.1",
"coveralls": "3.1.0",
"eslint": "7.18.0",
"mocha": "8.2.1",
"eslint": "7.20.0",
"mocha": "8.3.0",
"nyc": "15.1.0",
"standard-version": "9.1.0"
"standard-version": "9.1.1"
},

@@ -69,0 +69,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