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

krl-stdlib

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krl-stdlib - npm Package Versions

13
6

0.49.2

Diff

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

Changelog

Source

0.45.5 - May 27, 2018

farskipper
published 0.45.4 •

Changelog

Source

0.45.4 - March 29, 2018

farskipper
published 0.45.1 •

Changelog

Source

0.45.1 - March 8, 2018

  • Fixing string to number coercion described in #368. Fixes date compare issue #369
  • b74dabb - more consistent tab UX
  • fbcc843 - initial attempt UI to delete subscription
  • 32bab20 - fixing edge case for core.db.getStateMachine
  • e200d6c - first attempt at Subscriptions tab
  • f747228 - first cut of UI work for subscriptions
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