Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libmacos

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libmacos - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-2
package.json
{
"name": "@forwardimpact/libmacos",
"version": "0.1.1",
"version": "0.1.2",
"description": "macOS bundle assembly, code signing, and OS permission helpers — desktop delivery without platform ceremony.",

@@ -35,3 +35,3 @@ "keywords": [

"devDependencies": {
"@forwardimpact/libharness": "^0.1.14"
"@forwardimpact/libmock": "^0.1.0"
},

@@ -38,0 +38,0 @@ "engines": {

@@ -98,4 +98,4 @@ #!/bin/bash

# Substitute the release version into the bundle's Info.plist before signing
# so codesign covers the version-correct plist. Spec 600 SC9 requires the
# bundle's CFBundleShortVersionString to match the release tag.
# so codesign covers the version-correct plist. The bundle's
# CFBundleShortVersionString must match the release tag.
if [ -n "$VERSION" ]; then

@@ -102,0 +102,0 @@ if command -v plutil >/dev/null 2>&1; then