Socket
Socket
Sign inDemoInstall

@harmoniclabs/plu-ts

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harmoniclabs/plu-ts - npm Package Versions

1
78

0.1.8

Diff

harmonicpool
published 0.1.7 •

harmonicpool
published 0.1.6 •

harmonicpool
published 0.1.5 •

Changelog

Source

v0.1.5

  • introduced pdynPair for dynamic Term<PPair<...>> creation, to overcome the lack of a mkPair builtin;
    • adjusted pfstPair and psndPair accordingly
    • adjusted getFromDataForType macro and getFromDataTermForType accordingly
  • fixed bug in papp (previously using b instead of _b)
  • fixed some ts types
harmonicpool
published 0.1.4 •

Changelog

Source

v0.1.4

  • papp (and $ method) accepts ts values and converts it automatically when possible

    example: if Term<PInt> is expected it should be possible to pass 1 without having to do pInt(1)

    • simple constants (int, bs, bool, etc... )
    • functions (lam, fn)
    • structured types (list, pair)
    • modified exsisting utility terms methods accordingly
  • added TermPair
  • added pPair for constants pairs
harmonicpool
published 0.1.3 •

Changelog

Source

v0.1.3

  • evalScript optimizations
    • definition of CEKHeap to store CEKValues in no particular order
    • modify CEKEnv to point at values in the CEKHeap rather than having a local copy (and copying them when cloning too)
  • Data classes are now cloning the fields in the constructor and the fields getters now will return freezed object (Data is meant to be immutable anyway)
1
78
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