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

datascript

Package Overview
Dependencies
Maintainers
0
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datascript - npm Package Versions

13
12

1.6.0

Diff

Changelog

Source

1.6.0

  • [ BREAKING ] Implement Conn as a single atom with extend-clj
    • Only breaking if you relied on getting listneres from Conn meta
    • Before: @(:listeners (meta conn))
    • After: (:listeners @(:atom conn))
  • prevent explosion of redundant tuples during rule solving #457, thx @RutledgePaulV
tonsky
published 1.5.4 •

Changelog

Source

1.5.4

  • Fixed: :xform is not called on ref attributes #455
tonsky
published 1.5.3 •

Changelog

Source

1.5.3

  • Added: d/reset-schema!, d/with-schema
  • JVM: Return nil from d/restore-conn if there is no db
  • Do not throw from d/touch when finding hanging refs
tonsky
published 1.5.2 •

Changelog

Source

1.5.2

  • JVM: Fixed d/collect-garbage
  • JVM: Return nil instead of throwing from d/restore if there is no db
tonsky
published 1.5.1 •

Changelog

Source

1.5.1

  • CLJS: Fixed shadow-cljs warning
tonsky
published 1.5.0 •

Changelog

Source

1.5.0

  • JVM: Storage! d/storage, d/store, d/restore, d/addresses, d/collect-garbage, d/file-storage, d/restore-conn. See docs/storage.md for details
  • d/settings and per-database :branching-factor (passed via :opts)
  • New API: d/find-datom. Works like d/datoms, but only returns single datom, but is faster than (first (d/datoms ...))
  • CLJS: Optimized various parts of CLJS version related to compilation and index access
tonsky
published 1.4.2 •

Changelog

Source

1.4.2

  • [BREAKING] d/entity now returns nil for numeric eids if entity doesn’t exist #447 #448 via @lynaghk
tonsky
published 1.4.1 •

Changelog

Source

1.4.1

  • Allow the use of lookup refs in get-else and get-some #446 via @jjttjj
tonsky
published 1.4.0 •

Changelog

Source

1.4.0

  • Bump persistent-sorted-set to 0.2.3
  • Improve performance of getter-fn and tuple-key-fn #438 via @bsless
tonsky
published 1.3.15 •

Changelog

Source

1.3.15

  • Performance improvement in JVM version #436 via @bsless
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