bundle-name
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "bundle-name", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari`", | ||
@@ -15,2 +15,3 @@ "license": "MIT", | ||
"exports": "./index.js", | ||
"sideEffects": false, | ||
"engines": { | ||
@@ -39,8 +40,8 @@ "node": ">=18" | ||
"dependencies": { | ||
"run-applescript": "^6.1.0" | ||
"run-applescript": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^5.3.1", | ||
"ava": "^6.0.1", | ||
"xo": "^0.56.0" | ||
} | ||
} |
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
3146
+ Addedrun-applescript@7.0.0(transitive)
- Removedcross-spawn@7.0.3(transitive)
- Removedexeca@5.1.1(transitive)
- Removedget-stream@6.0.1(transitive)
- Removedhuman-signals@2.1.0(transitive)
- Removedis-stream@2.0.1(transitive)
- Removedisexe@2.0.0(transitive)
- Removedmerge-stream@2.0.0(transitive)
- Removedmimic-fn@2.1.0(transitive)
- Removednpm-run-path@4.0.1(transitive)
- Removedonetime@5.1.2(transitive)
- Removedpath-key@3.1.1(transitive)
- Removedrun-applescript@6.1.0(transitive)
- Removedshebang-command@2.0.0(transitive)
- Removedshebang-regex@3.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstrip-final-newline@2.0.0(transitive)
- Removedwhich@2.0.2(transitive)
Updatedrun-applescript@^7.0.0