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

applesign

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applesign - npm Package Compare versions

Comparing version 0.8.6 to 0.8.8

2

package.json

@@ -66,3 +66,3 @@ {

"name": "applesign",
"version": "0.8.6"
"version": "0.8.8"
}

@@ -224,2 +224,3 @@ 'use strict';

if (typeof entMacho['keychain-access-groups'] === 'object') {
changed = true;
entMacho['keychain-access-groups'][0] = entMobProv['application-identifier'];

@@ -234,4 +235,13 @@ }

].forEach((id) => {
delete entMacho[id];
if (typeof entMacho[id] !== undefined) {
delete entMacho[id];
changed = true;
}
});
if (true) {
if (entMacho['get-task-allow'] !== true) {
entMacho['get-task-allow'] = true;
changed = true;
}
}
if (changed || this.config.entry) {

@@ -238,0 +248,0 @@ const newEntitlementsFile = file + '.entitlements';

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