New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

krl-parser

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krl-parser - npm Package Versions

13
10

0.51.0

Diff

Changelog

Source

0.51.0 - July 26, 2019

  • added engine:registerRulesetFromSrc - see 456
  • added engine:doesKRLParse - see 456
  • added io.picolabs.test for testing KRL rulesets - see 456
  • added io.picolabs.ds and io.picolabs.wrangler.profile for general purpose datastore and replacement for io.picolabs.pds - see 456
  • updated io.picolabs.collection - see 456
  • use owner pico name as title - see 457
  • fixed ent:map{..} semantics to match map{..} - see 458

BREAKING CHANGES

farskipper
published 0.50.0 •

Changelog

Source

0.50.0 - May 23, 2019

Pico Sovrin Agents are now available!

  • New KRL module: indy:*
  • New UI tab for Agent Picos
  • Added meta:rulesetLogging to indicate the ruleset logging setting. Defaults to false
  • time:now(date) can be given the number of milliseconds since the UNIX epoch.
  • Bugfix: .reduce() on a single item properly gives all 4 arguments to the reducer function.
  • Added autosend to http:* to send an event when the http response is received.
  • Updated leveldb modules.
farskipper
published 0.49.2 •

Changelog

Source

0.49.2 - February 22, 2019

  • added additional math:* functions - see 437
  • reregister modules - see 442
  • allow dangling commas for Arrays and Maps - see 438
farskipper
published 0.49.1 •

Changelog

Source

0.49.1 - February 8, 2019

  • logging tab now streams from log files - see 435
  • dot operator syntax for module functions - see 428
farskipper
published 0.49.0 •

Changelog

Source

0.49.0 - November 29, 2018

  • user defined . operators i.e. a.b(c) is syntax sugar for b(a, c) - see 171
  • performance optimization for ent:v := ent:v.append(..) - see 425
  • compiler performance hint for ent:v := ent:v.put(..) - see 425
  • /api/db-dump is gone! The UI scales better now - see 424
  • enhance subscriptions tab - see 7a4ccc31
  • Add redirect directive - see ebeb516d
farskipper
published 0.48.0 •

Changelog

Source

0.48.0 - November 6, 2018

  • system started event - see 419
  • wrangler system online event - see 420
  • fix so a well-known channel is created with subscription - see 421
  • renamed event pico:intent_to_orphan to wrangler:garbage_collection - see 422
farskipper
published 0.47.0 •

Changelog

Source

0.47.0 - September 29, 2018

  • added data = engine:exportPico(pico_id) - see 414
  • added engine:importPico(parent_id, data) setting(newPicoId) - see 415
  • added engine:setPicoStatus(pico_id, isLeaving, movedToHost) - see 414
  • added status = engine:getPicoStatus(pico_id) - see 414

BREAKING CHANGES

  • All pico-engine-core API's now use promises rather than callbacks. Including 3rd party modules and compileAndLoadRuleset.
farskipper
published 0.46.1 •

Changelog

Source

0.46.1 - September 1, 2018

  • added math:hmac(algorithm, key, message [, encoding]) - see 413
  • added .isEmpty() - see 310
  • added .trimLeading() .trimTrailing() .trim() .startsWith(target) .endsWith(target) .contains(target) - see 405
  • Several fixes for event expressions with duplicate matches - see 406, 268, 273
farskipper
published 0.46.0 •

Changelog

Source

0.46.0 - August 3, 2018

  • #408 Install Rulesets Validation
  • #397 Subscription cleanup

BREAKING CHANGES

  • We now only support node 8+

Notes

  • Compiled rulesets now use async+await to simulate synchronous krl code. #411
farskipper
published 0.45.0 •

Changelog

Source

0.45.0 - February 23, 2018

  • Automated migration from io.picolabs.pico to io.picolabs.wrangler - 4c64693
  • Several fixes to select .. setting() where .. variable scope - #362, #329, #358, #359
  • Fixing type coercion behavior to be consistent especially for numbers and comparison operators - #357, #361
  • KRL editor ctrl+S binding - #356
  • schedule:remove(id) returns true/false instead of throwing an error - #363
  • KRL editor syntax highlight fix - #355
  • Removing unused syntax - #291, #293
  • Prevent ruleset dependency cycles - #260, #261
  • event:send now signals the event right away instead of waiting for the rules to complete - #364
  • UI fixes - 9647717, fa506d1, 94c1b63, a7ad98d, 97f7d5d
  • Store password as one way hash 5954b41
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