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

@invertase/babel-preset-react-native-syntax

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invertase/babel-preset-react-native-syntax - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

package.json
{
"name": "@invertase/babel-preset-react-native-syntax",
"version": "0.0.1",
"version": "0.1.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -24,5 +24,5 @@ <p align="center">

This is useful for React Native libraries that want to use Babel plugins that may not be supported by React Native's default preset
This is useful for React Native libraries that want to use Babel plugins that may not be supported by React Native's default preset.
Additionally this allows editing/viewing library source from within `node_modules` (useful for debugging) as there's no transformation of code (unless you add any additional transform plugins).
Additionally this allows editing/viewing library source from within `node_modules` (useful for debugging) as there's no transformation of library code (unless you add any additional transform plugins).

@@ -33,3 +33,3 @@ ### Example Usage:

{
"presets": ["react-native-syntax"],
"presets": ["@invertase/react-native-syntax"],
"plugins": [

@@ -36,0 +36,0 @@ "transform-flow-strip-types",

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