Socket
Socket
Sign inDemoInstall

datom

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datom - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

lib/tests/basics.test.js

10

lib/main.js

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 2.5.1
(function() {

@@ -194,2 +193,9 @@ 'use strict';

//-----------------------------------------------------------------------------------------------------------
this.fresh_datom = function(...P) {
return this.new_datom(...P, {
$fresh: true
});
};
//-----------------------------------------------------------------------------------------------------------
this.wrap_datom = function($key, $value) {

@@ -337,3 +343,1 @@ var R;

}).call(this);
//# sourceMappingURL=main.js.map
{
"name": "datom",
"version": "5.0.0",
"version": "5.1.0",
"description": "standardized immutable objects in the spirit of datomic, especially suited for use in data pipelines",

@@ -9,3 +9,3 @@ "main": "lib/main.js",

"doctoc": "doctoc README.md",
"test": "npm run build && node lib/tests/main.js"
"test": "node lib/tests/main.js"
},

@@ -32,7 +32,7 @@ "repository": {

"dependencies": {
"cnd": "^5.3.1",
"cnd": "^6.0.0",
"emittery": "^0.6.0",
"intertype": "^3.4.0",
"intertype": "^3.4.1",
"letsfreezethat": "^2.2.5",
"multimix": "^2.2.0"
"multimix": "^2.2.1"
},

@@ -39,0 +39,0 @@ "devDependencies": {

@@ -408,8 +408,17 @@

* [X] implement Vectorial NumbeRs (VNRs)
* [ ] document Vectorial NumbeRs (VNRs)
* [ ] VNRs:
* [X] implement Vectorial NumbeRs (VNRs)
* [ ] document Vectorial NumbeRs (VNRs)
* [ ] remove either `cmp_total()` or `cmp_partial()` for simplification
* [ ] assert and document that VNRs may be sorted element-wise lexicographically (e.g in Postgres, but
also in JS) by appending a single zero element (or, for that matter, by padding as many zeroes as needed
to make all VNRs the same length)
* [ ] consider to disallow giving VNRs a final zero element
* [ ] consider to store VNRs with an apended zero element
* [ ] implement & document standard attributes, `$`-prefixed and otherwise (?), such as
* [ ] `^text`—key for 'text datoms'
* [ ] `text`—the underlying source text where code, data is parsed
* [ ] `$`—'produced by'
* [ ] `$`—'produced by', contains short label to point to source position, may be left-chained (most
recent first) to obtain breadcrumbs path of responsible source locations
* [ ] `$vnr`—for VNRs, the primary ordering criterium
* [ ] `$ref`—do we still use this? See DataMill

@@ -416,0 +425,0 @@ * [ ] `$pos`? `$range`? for `[ start, stop, ]` pairs, indices into a source; use inclusive or exclusive

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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