New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backpat

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backpat - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Change Log

## 0.6.2 - 2017-1-9
### Changed
- Improve URL processing to yield more browser-friendly results
## 0.6.1 - 2017-1-5

@@ -9,0 +13,0 @@ ### Changed

2

dist/helpers.js

@@ -88,3 +88,3 @@ 'use strict';

name: dependency.name,
url: dependency.homepage || dependency.repository ? dependency.repository.url.replace(/\w*\+/, '') : '',
url: dependency.homepage || dependency.repository ? 'https://' + dependency.repository.url.replace(/\w*.*\:\/\/|git@|\.git/g, '') : '',
description: dependency.description

@@ -91,0 +91,0 @@ });

{
"name": "backpat",
"version": "0.6.1",
"version": "0.6.2",
"description": "A simple tool for high-fiving your tech stack",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

# Backpat
[![Build Status](https://travis-ci.org/cachilders/backpat.svg?branch=master)](https://travis-ci.org/cachilders/backpat) [![Coverage Status](https://img.shields.io/coveralls/cachilders/backpat.svg)](https://img.shields.io/coveralls/cachilders/backpat.svg)
[![Build Status](https://travis-ci.org/cachilders/backpat.svg?branch=master)](https://travis-ci.org/cachilders/backpat) [![Coverage Status](https://img.shields.io/coveralls/cachilders/backpat.svg)](https://coveralls.io/github/cachilders/backpat)

@@ -4,0 +4,0 @@ Backpat is a simple tool for use in automating the production of tech stack

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