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

parse-github-repo-url

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-github-repo-url - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

19

package.json
{
"name": "parse-github-repo-url",
"description": "Parse a GitHub URL for user/project@version",
"version": "1.2.0",
"version": "1.3.0",
"author": {

@@ -12,10 +12,19 @@ "name": "Jonathan Ong",

"license": "MIT",
"repository": "repo-utils/parse-github-repo-url",
"repository": {
"type": "git",
"url": "https://github.com/repo-utils/parse-github-repo-url.git"
},
"devDependencies": {
"mocha": "1"
"mocha": "1",
"semantic-release": "^4.3.5"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha --reporter spec --bail"
"test": "mocha --reporter spec --bail",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
}
}
}

@@ -6,3 +6,7 @@ # parse-github-repo-url

[![Build Status](https://travis-ci.org/repo-utils/parse-github-repo-url.svg?branch=master)](https://travis-ci.org/repo-utils/parse-github-repo-url)
[![semantic-release][semantic-image] ][semantic-url]
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-url]: https://github.com/semantic-release/semantic-release
# Features

@@ -27,3 +31,3 @@

```js
var parse = require('@bahmutov/parse-github-repo-url')
var parse = require('parse-github-repo-url')
parse('component/emitter#1') // => ['component', 'emitter', '1']

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