Socket
Socket
Sign inDemoInstall

polyclay

Package Overview
Dependencies
45
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

2

lib/persistence.js

@@ -94,3 +94,3 @@ // General storage interface.

if (!key || !key.length)
return callback(null, null);
return callback(null, []);

@@ -97,0 +97,0 @@ if (Array.isArray(key))

{
"name": "polyclay",
"version": "1.2.2",
"version": "1.2.3",
"description": "a schema-enforcing model class for node with optional key-value store persistence",

@@ -13,3 +13,3 @@ "main": "index.js",

{
"test": "mocha -R spec test/test-*.js && mocha --require blanket -R travis-cov test/test-*.js",
"test": "mocha -R spec -t 5000 test/test-*.js && mocha -t 5000 --require blanket -R travis-cov test/test-*.js",
"test-cov": "mocha --require blanket -R travis-cov test/test-*.js",

@@ -16,0 +16,0 @@ "coverage": "mocha --require blanket -R html-cov test/test-*.js > test/coverage.html",

@@ -5,3 +5,3 @@ # Polyclay

Current version: __1.2.2__
Current version: __1.2.3__

@@ -8,0 +8,0 @@ [![Build Status](https://secure.travis-ci.org/ceejbot/polyclay.png)](http://travis-ci.org/ceejbot/polyclay)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc