New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-repackager

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-repackager - npm Package Compare versions

Comparing version 0.2.2 to 0.44.0

rn51.md

2

index.js

@@ -1,1 +0,1 @@

console.error(`wut`);
console.error(`lol wut`);
{
"name": "react-native-repackager",
"version": "0.2.2",
"version": "0.44.0",
"description": "Custom extension for react-native packager",

@@ -13,6 +13,3 @@ "license": "MIT",

},
"author": "Omri Bruchim <omrib@wix.com>",
"contributors": [
"Daniel Zlotin <zlotindaniel@gmail.com>"
],
"author": "Daniel Zlotin <zlotindaniel@gmail.com>",
"bugs": {

@@ -19,0 +16,0 @@ "url": "https://github.com/wix/react-native-repackager/issues"

@@ -31,2 +31,11 @@ # react-native-repackager

add `repackager setup` to your postinstall script, this will patch the packager, adding `--customExtensions` feature to its cli.
```json
"scripts": {
"postinstall": "repackager setup"
}
```
## API

@@ -33,0 +42,0 @@

@@ -66,8 +66,4 @@ #!/usr/bin/env node

function apply(patchFileName) {
exec.execSync(`git apply ${shouldReverse ? '--reverse' : ''} --verbose --no-index --directory node_modules/react-native ${scriptDir}/${patchFileName}.patch`);
}
function patch(patchFileName) {
exec.execSync(`patch ${shouldReverse ? '--reverse' : ''} --strip 1 --directory node_modules/react-native < ${scriptDir}/${patchFileName}.patch`);
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc