Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@thomasrandolph/taproot

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thomasrandolph/taproot - npm Package Compare versions

Comparing version
0.52.4
to
0.52.6
+3
-0
lib/Component.js

@@ -58,2 +58,5 @@ import { uuid } from "./Random.js";

}
get updateComplete(){
return this.updateComplete;
}

@@ -60,0 +63,0 @@ emit( type, detail, init = {} ){

+12
-12
{
"name": "@thomasrandolph/taproot",
"version": "0.52.4",
"version": "0.52.6",
"description": "It just makes my life a little simpler",

@@ -48,8 +48,9 @@ "type": "module",

"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"eslint": "8.55.0",
"eslint-plugin-do-this": "1.0.0",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@thomasrandolph/eslint-config": "3.2.0",
"eslint": "9.12.0",
"eslint-plugin-do-this": "2.3.3",
"mkdirp": "3.0.1",
"rollup": "4.9.0"
"rollup": "4.24.0"
},

@@ -59,11 +60,10 @@ "dependencies": {

"blueimp-md5": "2.19.0",
"chance": "1.1.11",
"dexie": "3.2.4",
"dexie": "4.0.8",
"fast-mersenne-twister": "1.0.3",
"gravlift": "0.1.0",
"lit": "3.1.0",
"luxon": "3.4.4",
"gravlift": "0.1.1",
"lit": "3.2.1",
"luxon": "3.5.0",
"page": "1.11.6",
"uuid": "9.0.1"
"uuid": "10.0.0"
}
}