Comparing version 10.0.0 to 10.0.1
(function() { | ||
'use strict'; | ||
var CND, Cupofjoe, Datom, MAIN, Multimix, assign, badge, debug, defaults, echo, help, info, isa, jr, p1, p2, rpr, type_of, urge, validate, warn, whisper, | ||
var CND, Cupofjoe, Datom, MAIN, Multimix, assign, badge, debug, defaults, echo, help, info, isa, jr, letsfreezethat, letsfreezethat_nofreeze, p1, p2, rpr, type_of, urge, validate, warn, whisper, | ||
indexOf = [].indexOf; | ||
@@ -38,2 +38,6 @@ | ||
letsfreezethat = require('letsfreezethat'); | ||
letsfreezethat_nofreeze = require('letsfreezethat/nofreeze'); | ||
//----------------------------------------------------------------------------------------------------------- | ||
@@ -401,3 +405,3 @@ this.lets = function(original, modifier) { | ||
validate.datom_settings(settings = {...defaults.settings, ...settings}); | ||
this.LFT = require(settings.freeze ? 'letsfreezethat' : 'letsfreezethat/nofreeze'); | ||
this.LFT = settings.freeze ? letsfreezethat : letsfreezethat_nofreeze; | ||
this.freeze = this.LFT.freeze; | ||
@@ -404,0 +408,0 @@ this.thaw = this.LFT.thaw; |
{ | ||
"name": "datom", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "standardized immutable objects in the spirit of datomic, especially suited for use in data pipelines", | ||
@@ -26,6 +26,6 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"cnd": "^9.2.1", | ||
"cnd": "9.2.2", | ||
"cupofjoe": "0.2.1", | ||
"emittery": "=0.6.0", | ||
"intertype": "7.6.5", | ||
"emittery": "0.6.0", | ||
"intertype": "7.7.0", | ||
"letsfreezethat": "^3.1.0", | ||
@@ -32,0 +32,0 @@ "multimix": "5.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
162283
624
0
+ Addedcnd@9.2.2(transitive)
+ Addedemittery@0.6.0(transitive)
+ Addedintertype@7.7.0(transitive)
- Removedacorn@8.14.0(transitive)
- Removedacorn-loose@8.4.0(transitive)
- Removedacorn-walk@8.3.4(transitive)
- Removedanymatch@3.1.3(transitive)
- Removedastring@1.9.0(transitive)
- Removedbinary-extensions@2.3.0(transitive)
- Removedbraces@3.0.3(transitive)
- Removedchokidar@3.6.0(transitive)
- Removedcnd@9.3.0(transitive)
- Removeddayjs@1.11.13(transitive)
- Removederror-callsites@2.0.4(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfsevents@2.3.3(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedguy@13.7.2(transitive)
- Removedintertype-legacy@7.7.1(transitive)
- Removedis-binary-path@2.1.0(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedload-source-map@3.0.1(transitive)
- Removedlodash.sortby@4.7.0(transitive)
- Removednodexh@2.2.2(transitive)
- Removednormalize-path@3.0.0(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedreaddirp@3.6.0(transitive)
- Removedsource-map@0.8.0-beta.0(transitive)
- Removedtmp@0.2.3(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedtr46@1.0.1(transitive)
- Removedwebidl-conversions@4.0.2(transitive)
- Removedwhatwg-url@7.1.0(transitive)
Updatedcnd@9.2.2
Updatedemittery@0.6.0
Updatedintertype@7.7.0