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

lowkie

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lowkie - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

test/mock/schematestdb.json.1

4

lib/schema.js

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

_document = flatten(_document);
return this.validNames.reduce((result, key) => {
return flatten.unflatten(this.validNames.reduce((result, key) => {
if (_document[key]) {

@@ -72,3 +72,3 @@ let validType = this.flattenedScheme[`${ key }.type`] || this.flattenedScheme[key];

return result;
}, { _id: _document._id });
}, { _id: _document._id }));
}

@@ -75,0 +75,0 @@ /**

{
"name": "lowkie",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "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