Socket
Socket
Sign inDemoInstall

@tauri-apps/api

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tauri-apps/api - npm Package Compare versions

Comparing version 1.0.0-beta-rc.1 to 1.0.0-beta-rc.2

app-e367b1af.js

6

CHANGELOG.md
# Changelog
## \[1.0.0-beta-rc.2]
- TS was wrongly re-exporting the module.
- [fcb3b48](https://www.github.com/tauri-apps/tauri/commit/fcb3b4857efa17d2a3717f32457e88b24520cc9b) fix: [#1512](https://www.github.com/tauri-apps/tauri/pull/1512) ([#1517](https://www.github.com/tauri-apps/tauri/pull/1517)) on 2021-04-19
- [ae14a3f](https://www.github.com/tauri-apps/tauri/commit/ae14a3ff51a742b6ab6f76bbfc21f385310f1dc6) fix: [#1517](https://www.github.com/tauri-apps/tauri/pull/1517) had the wrong package reference in the changefile ([#1538](https://www.github.com/tauri-apps/tauri/pull/1538)) on 2021-04-19
## \[1.0.0-beta-rc.1]

@@ -4,0 +10,0 @@

42

package.json
{
"name": "@tauri-apps/api",
"version": "1.0.0-beta-rc.1",
"version": "1.0.0-beta-rc.2",
"description": "Tauri API definitions",
"main": "./dist/index.js",
"files": [
"dist"
],
"main": "./index.js",
"typings": "./index.d.ts",
"exports": {
".": "./dist/index.js",
"./app": "./dist/app.js",
"./cli": "./dist/cli.js",
"./dialog": "./dist/dialog.js",
"./event": "./dist/event.js",
"./updater": "./dist/updater.js",
"./fs": "./dist/fs.js",
"./path": "./dist/path.js",
"./http": "./dist/http.js",
"./notification": "./dist/notification.js",
"./tauri": "./dist/tauri.js",
"./window": "./dist/window.js",
"./shell": "./dist/shell.js",
"./globalShortcut": "./dist/globalShortcut.js"
".": "./index.js",
"./app": "./app.js",
"./cli": "./cli.js",
"./dialog": "./dialog.js",
"./event": "./event.js",
"./updater": "./updater.js",
"./fs": "./fs.js",
"./path": "./path.js",
"./http": "./http.js",
"./notification": "./notification.js",
"./tauri": "./tauri.js",
"./window": "./window.js",
"./shell": "./shell.js",
"./globalShortcut": "./globalShortcut.js"
},

@@ -30,4 +28,5 @@ "funding": {

"scripts": {
"build": "rimraf ./dist && rollup -c --silent",
"prepublishOnly": "yarn build",
"build": "rimraf ./dist && rollup -c --silent && copyfiles package.json LICENSE* CHANGELOG.md dist",
"npm-pack": "yarn build && cd ./dist && npm pack",
"npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly",
"lint": "eslint --ext ts \"./src/**/*.ts\"",

@@ -72,2 +71,3 @@ "lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"",

"@typescript-eslint/parser": "4.21.0",
"copyfiles": "^2.4.1",
"eslint": "7.23.0",

@@ -74,0 +74,0 @@ "eslint-config-prettier": "8.1.0",

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