🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

tauri-controls

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tauri-controls - npm Package Compare versions

Comparing version

to
0.1.1

@@ -5,4 +5,8 @@ {

"private": false,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {

@@ -12,3 +16,2 @@ "type": "git",

},
"keywords": [],
"author": "agmmnn",

@@ -19,13 +22,2 @@ "bugs": {

"homepage": "https://github.com/agmmnn/tauri-controls#readme",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:watch": "vite build --watch",
"preview": "vite preview",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write . --config ./prettier.config.cjs",
"tauri": "tauri",
"tauri:dev": "tauri dev"
},
"files": [

@@ -48,3 +40,3 @@ "dist"

"@tauri-apps/cli": "^2.0.0-alpha.10",
"@types/node": "^20.4.6",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",

@@ -64,3 +56,3 @@ "@types/react-dom": "^18.2.7",

"prettier-plugin-tailwindcss": "^0.4.1",
"rollup": "^3.27.1",
"rollup": "^3.27.2",
"rollup-plugin-postcss": "^4.0.2",

@@ -70,3 +62,3 @@ "tailwindcss": "^3.3.3",

"vite": "^4.4.8",
"vite-plugin-dts": "^3.4.0",
"vite-plugin-dts": "^3.5.0",
"vite-plugin-linter": "^2.0.2",

@@ -82,3 +74,13 @@ "vite-tsconfig-paths": "^4.2.0"

"tailwind-merge": "^1.14.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:watch": "vite build --watch",
"preview": "vite preview",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write . --config ./prettier.config.cjs",
"tauri": "tauri",
"tauri:dev": "tauri dev"
}
}
}

Sorry, the diff of this file is not supported yet