Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.0.0 to 1.1.0

4

lib/main.js

@@ -156,2 +156,6 @@ (function() {

this.is_datom = function(x) {
return isa.datom_datom(x);
};
//-----------------------------------------------------------------------------------------------------------

@@ -158,0 +162,0 @@ this.new_datom = function($key, $value, ...other) {

7

lib/types.js

@@ -88,8 +88,5 @@ (function() {

},
"x has key 'key'": function(x) {
return this.has_key(x, 'key');
"x.$key is a datom_key": function(x) {
return this.isa.datom_key(x.$key);
},
"x.key is a datom_key": function(x) {
return this.isa.datom_key(x.key);
},
"x.$stamped is an optional boolean": function(x) {

@@ -96,0 +93,0 @@ return (x.$stamped == null) || (this.isa.boolean(x.$stamped));

{
"name": "datom",
"version": "1.0.0",
"version": "1.1.0",
"description": "standardized immutable objects in the spirit of datomic, especially suited for use in data pipelines",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

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