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 12.0.0 to 12.0.1

2

lib/main.js

@@ -145,3 +145,3 @@ (function() {

this.types.validate.datom_key($key);
return this.freeze(assign({}, ...P, {$key}));
return this.freeze(assign({$key}, ...P, {$key}));
}

@@ -148,0 +148,0 @@

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

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

@@ -33,3 +33,3 @@

**NOTE: Documentation is still fragmentary. WIP.**
**NOTE: Documentation is outdated. WIP.**

@@ -36,0 +36,0 @@ # Export Bound Methods

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