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.1.1 to 0.1.2

18

index.js
module.exports = function preset() {
return {
plugins: [
"syntax-jsx",
"syntax-flow",
"syntax-async-functions",
"syntax-async-generators",
"syntax-class-properties",
"syntax-optional-chaining",
"syntax-object-rest-spread",
"syntax-exponentiation-operator",
"syntax-trailing-function-commas",
"@babel/syntax-jsx",
"@babel/syntax-flow",
"@babel/syntax-typescript",
"@babel/syntax-class-properties",
"@babel/syntax-async-generators",
"@babel/syntax-optional-chaining",
"@babel/syntax-object-rest-spread",
"@babel/syntax-optional-catch-binding",
"@babel/syntax-nullish-coalescing-operator"
]
}
};
{
"name": "@invertase/babel-preset-react-native-syntax",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",

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

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