Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
/npmPublic archive

v4.5.0

Compare
Choose a tag to compare
Loading
@iarnaiarna released this 24 Mar 23:50
· 983 commits to latest since this release
v4.5.0
This tag was signed with the committer’sverified signature.
iarna Rebecca Turner
GPG key ID:778766724ED07A57
Verified
Learn about vigilant mode.

v4.5.0 (2017-03-24)

Welcome a wrinkle on npm's registry API!

Codename: Corgi

corgi-meme

This release has some bug fixes, but it's mostly about bringing support for MUCH smaller package metadata. How much smaller? Well, for npm itself it reduces 416K of gzip compressed JSON to 24K.

As a user, all you have to do is update to get to use the new API. If you're interested in the details we'vedocumented the changes in detail.

CORGUMENTS

Package metadata: now smaller. This means a smaller cache and less to download.

NO SHRINKWRAP, NO PROBLEM

Previously we needed to extract every package's tarball to look for annpm-shrinkwrap.json before we could begin working through what its dependencies were. This was one of the things stopping npm's network accesses from happening more concurrently. The new filtered package metadata provides a new key,_hasShrinkwrap. When that's set tofalse then we know we don't have to look for one.

  • 4f5060eb3#15969 Add support for skippingnpm-shrinkwrap.json extraction when the registry can affirm that one doesn't exist. (@iarna)

INTERRUPTING SCRIPTS

  • 878aceb25#16129 Better handle Ctrl-C while running scripts.npm will now no longer exit until the script it is running has exited. If you press Ctrl-C a second time it kill the script rather than just forwarding the Ctrl-C. (@jaridmargolin)

DEPENDENCY UPDATES:

Assets2
Loading

[8]ページ先頭

©2009-2025 Movatter.jp