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 7.0.0 to 7.0.1

2

lib/main.js

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

super(settings);
this.settings = Object.assign(this.settings, this._defaults);
this.settings = Object.assign(this._defaults, this.settings);
this.DATOM = (base = this.settings).DATOM != null ? base.DATOM : base.DATOM = module.exports;

@@ -327,0 +327,0 @@ delete this.settings.DATOM;

{
"name": "datom",
"version": "7.0.0",
"version": "7.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",

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