patch-package
patch-package copied to clipboard
Fix broken node modules instantly 🏃🏽♀️💨
diff --git a/node_modules/@haskkor/react-native-pincode/dist/index.js b/node_modules/@haskkor/react-native-pincode/dist/index.js index 5a74812..71060df 100644 --- a/node_modules/@haskkor/react-native-pincode/dist/index.js +++ b/node_modules/@haskkor/react-native-pincode/dist/index.js @@ -5,7 +5,7 @@ const PinCode_1 = require("./src/PinCode"); const PinCodeChoose_1 = require("./src/PinCodeChoose"); const PinCodeEnter_1 = require("./src/PinCodeEnter"); const utils_1 =...
> [email protected] postinstall Wed, 12 Feb 2025 16:31:27 GMT > patch-package Wed, 12 Feb 2025 16:31:27 GMT patch-package 8.0.0 Wed, 12 Feb 2025 16:31:27 GMT Applying patches... Wed, 12 Feb...
diff --git a/TransformableImage.js b/TransformableImage.js index abc1234..xyz5678 100644 --- a/TransformableImage.js +++ b/TransformableImage.js @@ -1,6 +1,6 @@ import React, { PureComponent } from 'react'; -import { View, Text, Image, ViewPropTypes } from...
Hey there! I'm so glad patch-package exists - it is really helping me with a problematic package that I needed to fix urgently. But I ran into a problem... I...
Hi. I wondered if it is possible to support reading patches from nested directories. I have a lot of patches for my project and it becomes a bit harder to...
@@ -844,10 +844,10 @@ class GEOMETRY extends ABSTRACT { this.srid = options.srid; } _stringify(value, options) { - return `GeomFromText(${options.escape(wkx.Geometry.parseGeoJSON(value).toWkt())})`; + return `ST_GeomFromText(${options.escape(wkx.Geometry.parseGeoJSON(value).toWkt())})`; } _bindParam(value, options) { - return `GeomFromText(${options.bindParam(wkx.Geometry.parseGeoJSON(value).toWkt())})`; +...
The recommended way to make sure that patch-package applies its patches is to set it to run within `package.json`'s `postinstall` script. However, for npm at least, the `postinstall` script is...
## Summary This pull request upgrades the `cross-spawn` dependency to version **7.0.6**, addressing a high-severity security vulnerability identified as **CVE-2024-21538**. The upgrade ensures the application is protected against potential exploitation...
While testing `^8.1.0-canary.1` branch, which introduces changes to how the `The patches for have changed.` errors are aggregated for failing patches, I've noticed there are other ways the patch can...