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

krl-compiler

Package Overview
Dependencies
Maintainers
2
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krl-compiler - npm Package Versions

1
13

0.47.0

Diff

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.3 •

Changelog

Source

0.45.3 - March 19, 2018

  • Fixed event:send with empty attributes - #371
  • last should only stop evaluating the current ruleset - #366
  • 86f4c623 and 348f0c9b bug fix for subscriptions
  • 3f69e709 initial UI work for policies
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
farskipper
published 0.44.0 •

Changelog

Source

0.44.0 - January 10, 2018

New Features

  • Making the shell log output more human friendly (see #313)
  • Storing pico-engine log file. Json encoded for easy parsing, and stored in $PICO_ENGINE_HOME/pico-engine.log (see #313)
  • Channel policies. Right now it defaults to allow-all. (see #350)
  • allow path rewriting as directed by root pico (see commit)
  • Switching to new wrangler and subscriptions. (see #351)

Upgrade notes

Because we changed io.picolabs.pico to io.picolabs.wrangler.

  • Uninstall io.picolabs.pico from the Root Pico. (open the root pico -> Rulesets tab -> click del on io.picolabs.pico).
  • For the other picos install wrangler then uninstall the old pico ruleset.
farskipper
published 0.43.0 •

Changelog

Source

0.43.0 - December 11, 2017

Deprecations

  • event:attrs() in favor of event:attrs
  • keys:<name>() in favor of keys:<name>
  • Map key access using . operator

New Features

  • signed subscriptions
  • encrypted subscriptions
  • better type checking on engine:* function arguments
  • new KRL editor with inline compiler warnings and errors

Bug Fixes

  • select when matching falsy event attributes
  • More forgiving handling of ruleset initialization errors on startup (i.e. breaking compiler changes)
  • see issues for more
farskipper
published 0.42.0 •

Changelog

Source

0.42.0 - November 1, 2017

BREAKING CHANGES

  • we now only support node 6+, recommended you use the LTS version (v8)

New Features

  • persistent variable indexes by using path expressions i.e. ent:foo{key}
farskipper
published 0.41.0 •

Changelog

Source

0.41.0 - October 31, 2017

farskipper
published 0.40.1 •

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