Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iterm2-version

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iterm2-version - npm Package Compare versions

Comparing version 2.3.0 to 3.0.0

68

package.json
{
"name": "iterm2-version",
"version": "2.3.0",
"description": "Get the iTerm2 version",
"license": "MIT",
"repository": "sindresorhus/iterm2-version",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"iterm",
"iterm2",
"terminal",
"app",
"version"
],
"dependencies": {
"app-path": "^2.1.0",
"plist": "^2.0.1"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
"name": "iterm2-version",
"version": "3.0.0",
"description": "Get the iTerm2 version",
"license": "MIT",
"repository": "sindresorhus/iterm2-version",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"iterm2",
"iterm",
"terminal",
"app",
"version"
],
"dependencies": {
"app-path": "^2.1.0",
"plist": "^3.0.1"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}
# iterm2-version [![Build Status](https://travis-ci.org/sindresorhus/iterm2-version.svg?branch=master)](https://travis-ci.org/sindresorhus/iterm2-version)
> Get the iTerm2 version
> Get the [iTerm2](https://www.iterm2.com) version
Note: The `2` in iTerm2 is [part of the name](https://en.wikipedia.org/wiki/ITerm2) and does not indicate the version.
## Install
```
$ npm install --save iterm2-version
$ npm install iterm2-version
```

@@ -19,8 +21,10 @@

iterm2Version();
//=> '2.9.20160307'
//=> '3.0.15'
```
If you're running this on a different terminal or operating system, it will return `undefined`.
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)

Sorry, the diff of this file is not supported yet

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