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.1.0 to 2.0.0

lib/xemitter.mixin.js

5

lib/main.js

@@ -284,3 +284,2 @@ (function() {

class Datom extends Multimix {
// @include ( require './outliner.mixin' ), { overwrite: false, }
// @include ( require './cachewalker.mixin' ), { overwrite: false, }

@@ -305,2 +304,6 @@ // @include ( require './_temp_svgttf' ), { overwrite: false, } ### !!!!!!!!!!!!!!!!!!!!!!!!!!! ###

Datom.include(require('./xemitter.mixin'), {
overwrite: false
});
return Datom;

@@ -307,0 +310,0 @@

3

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

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

"cnd": "^4.6.0",
"emittery": "^0.5.1",
"intertype": "^2.5.0",

@@ -34,0 +35,0 @@ "letsfreezethat": "^2.2.5",

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