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

@revolut/babel-preset-library

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revolut/babel-preset-library - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

create.js

@@ -258,4 +258,2 @@ /**

useRamda && require('babel-plugin-ramda'), // INJECTION!
require('@babel/plugin-proposal-optional-chaining').default, // INJECTION!
require('@babel/plugin-proposal-nullish-coalescing-operator').default, // INJECTION!
useTsOptchain && require('babel-plugin-ts-optchain').default, // INJECTION!

@@ -262,0 +260,0 @@ ].filter(Boolean),

12

package.json
{
"name": "@revolut/babel-preset-library",
"version": "1.0.0",
"version": "1.0.1",
"description": "Babel preset used by @revolut/library-scripts",

@@ -14,15 +14,13 @@ "license": "MIT",

"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-ramda": "^2.0.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-ts-optchain": "^1.1.5",
"babel-preset-react-app": "^9.0.2"
"babel-preset-react-app": "^9.1.1"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "bc5e177b0d5ff7ef351724f7b1df7f8483e93156"
}

@@ -7,3 +7,3 @@ # @revolut/library-babel-preset

All options are optional, and default to false to ensure best compatibility and ease of use.
All options are optional, and default to false.

@@ -10,0 +10,0 @@ ```json

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