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

klark-js-plugins

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

klark-js-plugins - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "klark-js-plugins",
"version": "1.0.8",
"version": "1.0.9",
"description": "Plugin modules for KlarkJS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,4 +14,2 @@ 'use strict';

function create(model, record) {

@@ -37,3 +35,5 @@ return model.create(record);

q = _.transform(filters, function(result, value, key) {
if (!(_.isNil(value) || (_.isString(value) && !value))) {
if (key === '__custom__' && _.isFunction(value)) {
value(result);
} else if (!(_.isNil(value) || (_.isString(value) && !value))) {
result[key] = valueToFilter(value);

@@ -40,0 +40,0 @@ }

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