Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 9520adeb37f5^
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 75bc11cf12f5
Choose a head ref
  • 2 commits
  • 249 files changed
  • 1 contributor

Commits on Apr 15, 2014

  1. url: treat \ the same as /

    See https://code.google.com/p/chromium/issues/detail?id=25916
    
    Parse URLs with backslashes the same as web browsers, by replacing all
    backslashes with forward slashes, except those that occur after the
    first # character.
    isaacs committed Apr 15, 2014
    Copy the full SHA
    9520ade View commit details
    Browse the repository at this point in the history
  2. npm: upgrade to 1.4.7

    * isaacs, Robert Kowalski, Benjamin Coe: Test Improvements
    * isaacs doc: Add canonical url
    * isaacs view: handle unpublished packages properly
    * Raynos (Jake Verbaten) do not log if silent
    * Julian Gruber fix no such property error
    * isaacs npmconf@0.1.14
    * Thorsten Lorenz adding save-prefix configuration option
    * isaacs npm-registry-client@0.4.7
    * isaacs cache: treat missing versions as a 404
    * isaacs cache: Save shasum, write resolved/etc data to cache
    * isaacs cache: Always fetch root doc
    * isaacs cache: don't repack unnecessarily from tmp
    * Andrey Kislyuk Don't crash if shrinkwrap-dependencies were not passed in pkginfo
    * Robert Kowalski fix link in faq
    * Jean Lauliac Add a peerDependencies section in package.json doc
    * isaacs read-installed@2.0.2
    isaacs committed Apr 15, 2014
    Copy the full SHA
    75bc11c View commit details
    Browse the repository at this point in the history