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

create-react-native-plugin

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.4.0 to 2.4.1

2

package.json
{
"name": "create-react-native-plugin",
"description": "Template for creating React Native plugins without native code.",
"version": "2.4.0",
"version": "2.4.1",
"repository": "github:tobua/create-react-native-plugin",

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

import { execSync } from 'child_process'
import { copyFileSync, cpSync, readFileSync, renameSync, rmSync } from 'fs'
import { copyFileSync, cpSync, readFileSync, renameSync, rmSync, mkdirSync } from 'fs'
import { join, resolve } from 'path'

@@ -4,0 +4,0 @@ import Arborist from '@npmcli/arborist'

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