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

create-react-native-library

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-native-library - npm Package Compare versions

Comparing version 0.38.3 to 0.38.4

2

lib/utils/generateExampleApp.js

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

const androidBuild = ['npm run mkdist', 'react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist', SCRIPTS_TO_ADD['build:android']].join(' && ');
const iosBuild = ['npm run mkdist', 'react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist', SCRIPTS_TO_ADD['build:android']].join(' && ');
const iosBuild = ['npm run mkdist', 'react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist', SCRIPTS_TO_ADD['build:ios']].join(' && ');
Object.assign(scripts, {

@@ -90,0 +90,0 @@ 'build:android': androidBuild,

{
"name": "create-react-native-library",
"version": "0.38.3",
"version": "0.38.4",
"description": "CLI to scaffold React Native libraries",

@@ -68,3 +68,3 @@ "keywords": [

},
"gitHead": "af4dbda7cf9b703ecc7a78703c8c43d388a89acd"
"gitHead": "2a62bed81147cadf65c9283d567e53d010b83f13"
}
{
"extends": "./tsconfig",
"exclude": ["example"]
"exclude": ["example", "lib"]
}

Sorry, the diff of this file is not supported yet

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