Fix broken node modules with no fuss
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
Enhance ESLint with better support for large scale monorepos
Generate cryptographically-secure random bytes in react native
A fast, zero-dependency package for cutting down on common issues developers have when running pod install.
Generate a Snyk dependency graph from a Podfile.lock file
Snyk CLI CocoaPods plugin
npm package for https://github.com/google/diff-match-patch
Session Replay
Patch console methods to intercept output
React Native Rate is a cross platform solution to getting users to easily rate your app.
Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another
TypeScript definitions for diff-match-patch
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
Patch typescript to support custom transformers in tsconfig.json
SCIM Patch operation (rfc7644).
Implementation of JSON Merge Patch (RFC 7396)
Capacitor plugin to request user authorization to access app-related data for tracking the user or the device.
Fast Javascript text diff
Patch for antd v5 to support React 19
JSON diff & patch (object and array diff, text diff, multiple output formats)
No-dependencies, low-level, high-performance JIT code generation package for JavaScript
SQLite3 bindings for React Native (Android & iOS)
Native filesystem access for react-native
Create & apply patches to Pods
A short description of cocoapods-podfile_patch.
CocoaPods plugin which automates hot-patching React Native
A patch for cocoapods-binary by which you can cache prebuild binaries in a local path specified,besides,there are some function to eliminate bundle/dsyms copy bugs of cocoapods-binary.
- xcsims: Delete all simulators and recreate one for each compatible platform and device type pairing. - sync-git-remotes: Make sure all your GitHub repos are cloned into a given directory and keep them synced with upstream. Forks are maintained with a remote for both the fork and upstream, both remotes' default branches are tracked in local counterparts, and the upstream default branch is also pushed to the fork. - changetag: Extract changelog entries to write into git tag annotation messages. - prerelease-podspec: Branch and create/push a release candidate tag, modify the podspec to use that version tag, and try linting it. - release-podspec: Create a tag with the version and push it to repo origin, push podspec to CocoaPods trunk. - revert-failed-release-tag: In case `release-podspec` fails, make sure the tag it may have created/pushed is destroyed before trying to run it again after fixing, so it doesn't break due to the tag already existing the second time around. - bumpr: Increment the desired part of a version number (major/minor/patch/build) and write the change to a git commit. - clean-rc-tags: deletes any release candidate tags leftover after prerelease testing. - migrate-changelog: for a changelog adhering to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), move any contents under Unreleased to a new section for a new version with the current date.