Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@haxibiao/react-native-make

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haxibiao/react-native-make - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

2

dist/services/file.processing.js

@@ -17,3 +17,3 @@ "use strict";

exports.applyPatch = (path, { patch, pattern }) => {
if (!exports.readFile(path).replace(/[\ +]|[\r\n]/g, "").includes(patch.replace(/[\ +]|[\r\n]/g, ""))) {
if (!exports.readFile(path).replace(/[\ +]|[\s\t\r\n]/g, "").includes(patch.replace(/[\ +]|[\s\t\r\n]/g, ""))) {
fs_1.writeFileSync(path, fs_1.readFileSync(path, 'utf8').replace(pattern, (match) => `${match}${patch}`));

@@ -20,0 +20,0 @@ }

{
"name": "@haxibiao/react-native-make",
"version": "3.2.1",
"version": "3.2.2",
"main": "modules/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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