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

opener

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opener - npm Package Compare versions

Comparing version 1.4.3 to 1.5.0

bin/opener-bin.js

4

LICENSE.txt

@@ -5,3 +5,3 @@ Dual licensed under WTFPL and MIT:

Copyright © 2012–2016 Domenic Denicola <d@domenic.me>
Copyright © 2012–2018 Domenic Denicola <d@domenic.me>

@@ -30,3 +30,3 @@ This work is free. You can redistribute it and/or modify it under the

Copyright © 2012–2016 Domenic Denicola <d@domenic.me>
Copyright © 2012–2018 Domenic Denicola <d@domenic.me>

@@ -33,0 +33,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "opener",
"description": "Opens stuff, like webpages and files and executables, cross-platform",
"version": "1.4.3",
"version": "1.5.0",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"license": "(WTFPL OR MIT)",
"repository": "domenic/opener",
"main": "opener.js",
"bin": "opener.js",
"main": "lib/opener.js",
"bin": "bin/opener-bin.js",
"files": [
"opener.js"
"lib/",
"bin/"
],
"scripts": {
"lint": "jshint opener.js"
"lint": "eslint ."
},
"devDependencies": {
"jshint": "^2.6.3"
"eslint": "^5.3.0"
}
}

@@ -55,4 +55,2 @@ # It Opens Stuff

Because Windows has `start`, Macs have `open`, and *nix has `xdg-open`. At least
[according to some guy on StackOverflow](http://stackoverflow.com/q/1480971/3191). And I like things that work on all
three. Like Node.js. And Opener.
Because Windows has `start`, Macs have `open`, and *nix has `xdg-open`. At least [according to some guy on StackOverflow](http://stackoverflow.com/q/1480971/3191). And I like things that work on all three. Like Node.js. And Opener.
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