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

bower-registry-client

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bower-registry-client - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

lib/register.js

@@ -38,3 +38,3 @@ var parseUrl = require('url').parse;

// Duplicate
if (response.statusCode === 406) {
if (response.statusCode === 403) {
return callback(createError('Duplicate package', 'EDUPLICATE'));

@@ -41,0 +41,0 @@ }

{
"name": "bower-registry-client",
"version": "0.2.1",
"version": "0.2.2",
"description": "Provides easy interaction with the Bower registry.",

@@ -5,0 +5,0 @@ "author": "Twitter",

# bower-registry-client [![Build Status](https://secure.travis-ci.org/bower/registry-client.png?branch=master)](http://travis-ci.org/bower/registry-client)
This module allows you to easily interact with the Bower server API.
This module allows you to easily interact with the Bower registry server API.
Install
```sh
npm install --save bower-registry-client
```
## Usage

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