New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-tauri-app

Package Overview
Dependencies
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-tauri-app - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0-beta.0

bin/create-tauri-app.js

68

package.json
{
"name": "create-tauri-app",
"version": "0.0.0",
"author": "Jacob Bolda <me@jacobbolda.com>",
"license": "MIT"
"version": "1.0.0-beta.0",
"description": "Jump right into a Tauri App!",
"bin": {
"create-tauri-app": "./bin/create-tauri-app.js"
},
"repository": "git+https://github.com/tauri-apps/tauri.git",
"license": "MIT OR Apache-2.0",
"bugs": {
"url": "https://github.com/tauri-apps/tauri/issues"
},
"homepage": "https://github.com/tauri-apps/tauri#readme",
"contributors": [
"Tauri Programme within The Commons Conservancy"
],
"main": "bin/create-tauri-app.js",
"files": [
"bin",
"dist",
"src/templates"
],
"scripts": {
"create-tauri-app": "create-tauri-app",
"build": "rollup --config",
"prepublishOnly": "yarn build",
"lint": "eslint --ext ts \"./src/**/*.ts\"",
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"",
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
"format": "prettier --write --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
"format:check": "prettier --check --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
"test": "jest --runInBand"
},
"dependencies": {
"chalk": "4.1.1",
"execa": "^5.0.0",
"inquirer": "^8.0.0",
"minimist": "^1.2.5",
"scaffe": "1.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-typescript": "8.2.1",
"@types/cross-spawn": "6.0.2",
"@types/inquirer": "7.3.1",
"@types/jest": "26.0.23",
"@types/minimist": "1.2.1",
"@types/semver": "7.3.5",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard-with-typescript": "20.0.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-lodash-template": "0.19.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-security": "1.4.0",
"fixturez": "1.1.0",
"jest": "26.6.3",
"prettier": "2.2.1",
"rollup": "2.47.0",
"ts-jest": "26.5.6",
"tslib": "2.2.0",
"typescript": "4.2.4"
}
}
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