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

krill

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krill - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CONTRIBUTING.md

2

lib/krill.js

@@ -465,3 +465,3 @@ /*

throw (new VError('predicate %j: field "%s" is not a string, ' +
'number, or boolean', pred, key));
'number, or boolean', pred, field));
}

@@ -468,0 +468,0 @@

{
"name": "krill",
"description": "simple boolean filter language with support for C, DTrace and LDAP output",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "contributors": [

@@ -19,3 +19,3 @@ /*

mod_assert.throws(function emptyPredToLDAPFilter() {
pred.toLDAPFilterString()
pred.toLDAPFilterString();
}, /Cannot serialize empty predicate to LDAP search filter/);

@@ -22,0 +22,0 @@ mod_assert.ok(pred.eval({}));

@@ -39,3 +39,5 @@ /*

[ { 'ge': [ 's', '3' ] }, /cannot be applied to fields of type/, types ],
[ { 'gt': [ 's', '3' ] }, /cannot be applied to fields of type/, types ]
[ { 'gt': [ 's', '3' ] }, /cannot be applied to fields of type/, types ],
[ { 'eq': [ 'foo', null ] },
/predicate { eq: \[ 'foo', null \] }: field "foo" is not a string, number, or boolean/ ]
/* END JSSTYLED */

@@ -42,0 +44,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