@todesktop/client-electron-types
Advanced tools
Comparing version 23.1.1 to 26.2.0
{ | ||
"name": "@todesktop/client-electron-types", | ||
"version": "23.1.1", | ||
"version": "26.2.0", | ||
"description": "Electron types for ToDesktop client libraries", | ||
@@ -9,3 +9,4 @@ "license": "UNLICENSED", | ||
"files": [ | ||
"/dist/main.d.ts" | ||
"package.json", | ||
"./dist" | ||
], | ||
@@ -18,8 +19,11 @@ "scripts": { | ||
"fmt:check": "npm run fmt:_base -- --check .", | ||
"prepare": "cp ./node_modules/electron/electron.d.ts ./dist/main.d.ts && node replaceModuleNames", | ||
"prepare": "cp ../../node_modules/electron/electron.d.ts ./dist/main.d.ts && node replaceModuleNames", | ||
"build": "" | ||
}, | ||
"devDependencies": { | ||
"electron": "23.1.0" | ||
"electron": "26.2.0" | ||
}, | ||
"dependencies": { | ||
"typescript": "^4.7.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
812929
18957
0
1
+ Addedtypescript@^4.7.2
+ Addedtypescript@4.9.5(transitive)