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

bower-config

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bower-config - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

4

CHANGELOG.md
# Changelog
## 1.4.0
- Change default shorthand resolver from git:// to https://
## 1.3.1

@@ -4,0 +8,0 @@

2

lib/util/defaults.js

@@ -25,3 +25,3 @@ var path = require('path');

'registry': 'https://bower.herokuapp.com',
'shorthand-resolver': 'git://github.com/{{owner}}/{{package}}.git',
'shorthand-resolver': 'https://github.com/{{owner}}/{{package}}.git',
'tmp': paths.tmp,

@@ -28,0 +28,0 @@ 'proxy': proxy,

@@ -73,4 +73,2 @@ var path = require('path');

}
return null;
}

@@ -77,0 +75,0 @@

{
"name": "bower-config",
"version": "1.3.1",
"version": "1.4.0",
"description": "The Bower config reader and writer.",

@@ -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