Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.3 to 8.7.4

3

lib/modifier.js

@@ -20,3 +20,4 @@ 'use strict';

for (const change of changes) {
const id = JSON.stringify(change[table.primary]);
const key = change[table.primary];
const id = (typeof key === 'string' ? key : JSON.stringify(key));
const existing = pairs[id];

@@ -23,0 +24,0 @@ if (!existing) {

{
"name": "penseur",
"description": "Lightweight RethinkDB wrapper",
"version": "8.7.3",
"version": "8.7.4",
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur",

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