You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

patch-package

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patch-package - npm Package Versions

1
46
10

6.0.0-18

Diff
d
ds300
published 6.0.0-18 •

Changelog

Source

6.0.0-18

  • Allow fuzzy patch hunk application.
  • Minor UI tweaks
  • Ignore global git config to prevent issues like #109 & #115
  • Add --ignore-engines to yarn invocation
d
ds300
published 6.0.0-17 •

Changelog

Source

6.0.0-17

  • Fix the removal of old patch files when creating new ones.
d
ds300
published 6.0.0-16 •

Changelog

Source

6.0.0-16

  • Fail postinstall only on CI to prevent weird upgrade issues locally (see #86)
  • Fail if no patches are present
d
ds300
published 6.0.0-15 •

Changelog

Source

6.0.0-15

  • Handle mode changes
  • Backwards-compatible patch file parsing
d
ds300
published 5.1.2 •
d
ds300
published 6.0.0-14 •

Changelog

Source

6.0.0-14

  • Handle renaming files properly
d
ds300
published 6.0.0-13 •

Changelog

Source

6.0.0-13

  • Handle large diffs by not calling .toString on stdout buffer
  • Git usage fixes
d
ds300
published 6.0.0-12 •

Changelog

Source

6.0.0-12

  • Support explicit nested package patching
  • Improve performance of patch creation
d
ds300
published 6.0.0-11 •

Changelog

Source

6.0.0-11

  • Handle crlf line breaks in patch parser (Contribution from @NMinhNguyen)
d
ds300
published 6.0.0-10 •

Changelog

Source

6.0.0-10

  • Add --patches-dir option (Contribution from @davidpett)