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

bower

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bower - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

7

CHANGELOG.md
# Changelog
## 0.9.2 - 2013-04-28
- Better fix for #429
## 0.9.1 - 2013-04-27
- Update `package.json`, docs and other stuff to point to the new `Bower` organisation on GitHub
- Fix root label of `bower list` being a absolute dir; now uses the package name
- Fix root label of `bower list` being an absolute path; now uses the package name
- Fix `bower update <pkg>` updating all packages; now throws when updating an unknown package
- Fix `list` command when package use different names than the `guessed` ones ([#429](https://github.com/bower/bower/issues/429))
- Fix `list` command when package use different names than the `guessed` one ([#429](https://github.com/bower/bower/issues/429))

@@ -9,0 +12,0 @@ ## 0.9.0 - 2013-04-25

@@ -859,4 +859,5 @@ // ==========================================

// If the cache folder does not exists, try guessing it again from the new gitUrl
if (!fs.existsSync(this.gitPath)) {
// If we are not in the middle of the resolve process and if the cache folder
// does not exists, try guessing it again from the new gitUrl
if (!this.unitWork.isLocked(this.cacheName) && !fs.existsSync(this.gitPath)) {
this.cacheName = this.guessName(this.cacheName);

@@ -863,0 +864,0 @@ this.gitPath = path.join(config.cache, this.cacheName, this.resourceId);

{
"name": "bower",
"description": "The browser package manager.",
"version": "0.9.1",
"version": "0.9.2",
"author": "Twitter",

@@ -6,0 +6,0 @@ "licenses": [

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