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

penseur

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

penseur - npm Package Compare versions

Comparing version 8.11.0 to 8.12.0

2

lib/table.js

@@ -230,3 +230,3 @@ 'use strict';

const opt = {
conflict: options.merge ? 'update' : 'error',
conflict: options.merge ? (options.merge === 'replace' ? 'replace' : 'update') : 'error',
returnChanges: !!postUnique

@@ -233,0 +233,0 @@ };

{
"name": "penseur",
"description": "Lightweight RethinkDB wrapper",
"version": "8.11.0",
"version": "8.12.0",
"repository": "git://github.com/hueniverse/penseur",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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