Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@infinite-craft/dom-types

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinite-craft/dom-types - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-2
dist/index.d.mts
//#region src/types/vue.d.ts
interface _ComputedWatcher<T = unknown> {

@@ -49,3 +48,3 @@ getter(): T;

setSelectedInstance(instance: ICInstanceData): void;
switchSave(id: number): void;
switchSave(id: number): Promise<void>;
toggleDarkMode(): void;

@@ -52,0 +51,0 @@ toggleSound(): void;

{
"name": "@infinite-craft/dom-types",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript type declarations for the Infinite Craft DOM tree and client API",
"type": "module",
"author": "GameRoMan",
"license": "MIT",
"keywords": [
"client",
"craft",
"dom",
"infinite",
"craft",
"infinite craft",
"infinite-craft",
"infinite craft",
"dom",
"client",
"types",
"typescript"
],
"scripts": {
"build": "bunx --bun tsdown",
"npm:publish": "bun publish --access public"
"license": "MIT",
"author": "GameRoMan",
"repository": {
"type": "git",
"url": "git+https://github.com/infinite-craft-community/dom-types.git"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
"dist/**/*"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"type": "module",
"types": "./dist/index.d.mts",

@@ -34,6 +31,12 @@ "exports": {

},
"scripts": {
"build": "bunx --bun tsdown",
"format": "oxfmt --list-different || oxfmt",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"tsdown": "^0.18.0",
"oxfmt": "^0.26.0",
"tsdown": "^0.20.1",
"typescript": "^5.9.3"
}
}
# @infinite-craft/dom-types
TypeScript type declarations for the Infinite Craft DOM tree and client API