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

@sealsystems/determine-executable-version

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sealsystems/determine-executable-version - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## 1.1.2 (2019-05-27)
### Chores
#### Fix readme. ([392c626](https://github.com/sealsystems/node-determine-executable-version/commit/392c626))
---
## 1.1.1 (2019-05-10)

@@ -2,0 +13,0 @@

2

package.json

@@ -32,3 +32,3 @@ {

},
"version": "1.1.1",
"version": "1.1.2",
"publishConfig": {

@@ -35,0 +35,0 @@ "access": "public"

@@ -19,3 +19,3 @@ # @sealsystems/determine-executable-version

maxBytes: 128,
arguments: ['--version']
exeArguments: ['--version']
};

@@ -32,2 +32,2 @@

- ```maxBytes``` The maximum number of bytes to return from the output; output which is longer is truncated. Default: ```128```
- ```arguments``` The argument list to call the executable file with. Default: ```['--version']```
- ```exeArguments``` The argument list to call the executable file with. Default: ```['--version']```
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