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

ci-npm-update

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ci-npm-update - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

CHANGES.md
# The Reivision History of ci-npm-update
## v1.0.6 - 2016/08/27
* Fix an issue that git protocol URLs caused crashes (#31)
## v1.0.5 - 2016/08/27

@@ -9,3 +13,3 @@

* Fix an issue that git protocol URLs caused failures (#24)
* Fix an issue that git protocol URLs caused crashes (#24)

@@ -12,0 +16,0 @@ ## v1.0.3 - 2016/08/13

2

lib/github.js

@@ -12,3 +12,3 @@ "use strict";

static parseUrl(url) {
const matched = /^(?:git@|(?:git\+)?https:\/\/|git:\/\/)([^\/:]+)[\/:]([^\/]+)\/([^\/]+)(?!\.git)/.exec(url);
const matched = /^(?:git@|(?:git\+)?https?:\/\/|git:\/\/)([^\/:]+)[\/:]([^\/]+)\/([^\/]+)(?!\.git)/.exec(url);
if (!matched) {

@@ -15,0 +15,0 @@ throw Error(`Cannot parse git repository URL: ${url}`);

{
"name": "ci-npm-update",
"version": "1.0.5",
"version": "1.0.6",
"description": "Keep NPM dependencies up-to-date with CI, providing version-to-version diff for each library",

@@ -5,0 +5,0 @@ "repository": {

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