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

new-github-issue-url

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

new-github-issue-url - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

index.d.ts

2

index.js

@@ -44,1 +44,3 @@ 'use strict';

};
module.exports.default = module.exports;

8

package.json
{
"name": "new-github-issue-url",
"version": "0.1.2",
"version": "0.2.0",
"description": "Generate a URL for opening a new GitHub issue with prefilled title, body, and other fields",

@@ -16,6 +16,7 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd-check"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -36,4 +37,5 @@ "keywords": [

"ava": "^0.25.0",
"tsd-check": "^0.3.0",
"xo": "^0.23.0"
}
}

@@ -34,11 +34,5 @@ # new-github-issue-url [![Build Status](https://travis-ci.com/sindresorhus/new-github-issue-url.svg?branch=master)](https://travis-ci.com/sindresorhus/new-github-issue-url)

Or with Electron:
If you use Electron, check out `electron-util`'s [`openNewGitHubIssue()` method](https://github.com/sindresorhus/electron-util#opennewgithubissueoptions).
```js
const {shell} = require('electron');
shell.openExternal(url);
```
## API

@@ -129,4 +123,9 @@

## Related
- [new-github-release-url](https://github.com/sindresorhus/new-github-release-url) - Generate a URL for opening a new GitHub release with prefilled tag, body, and other fields
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)
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