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
1
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.1.2 to 0.1.3

2

Client.js

@@ -12,3 +12,3 @@ var async = require('async');

if (!Object.prototype.hasOwnProperty.call(this._config, 'cache')) {
this._config.cache = this._config.storage.registry;
this._config.cache = this._config.storage ? this._config.storage.registry : null;
}

@@ -15,0 +15,0 @@

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

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

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