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

app-size

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-size - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

cli.js

@@ -12,3 +12,3 @@ #!/usr/bin/env node

' $ app-size com.apple.Safari'
].join('\n')
]
});

@@ -15,0 +15,0 @@

@@ -27,3 +27,3 @@ 'use strict';

if (process.platform !== 'darwin') {
throw new Error('Only OS X are supported');
throw new Error('Only OS X systems are supported');
}

@@ -30,0 +30,0 @@

{
"name": "app-size",
"version": "1.1.0",
"description": "Get an app's size in byte (OS X)",
"version": "1.1.1",
"description": "Get an .app's size in byte",
"files": [

@@ -16,4 +16,6 @@ "index.js",

"app",
"application",
"cli",
"cli-js",
"mac",
"osx",

@@ -26,3 +28,3 @@ "size"

"app-path": "^1.0.1",
"meow": "^3.1.0"
"meow": "^3.3.0"
},

@@ -29,0 +31,0 @@ "devDependencies": {

# app-size [![Build Status](https://travis-ci.org/gillstrom/app-size.svg?branch=master)](https://travis-ci.org/gillstrom/app-size)
> Get an app's size in byte (OS X)
> Get an .app's size in byte

@@ -5,0 +5,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