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

@deloitte-digital-au/babel-preset-app

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deloitte-digital-au/babel-preset-app - npm Package Compare versions

Comparing version 2.0.6 to 3.0.0

6

index.js

@@ -28,7 +28,7 @@ module.exports = function() {

modules: false,
// replaces the statement import "@babel/polyfill" or require("@babel/polyfill")
// with individual requires for @babel/polyfill based on browser environment.
// replaces the statement import "core-js" or require("core-js")
// with individual requires for core-js based on browser environment.
useBuiltIns: 'usage',
// Set the corejs version we are using to avoid warnings in console
corejs: 2,
corejs: 3,
},

@@ -35,0 +35,0 @@ ],

{
"name": "@deloitte-digital-au/babel-preset-app",
"version": "2.0.6",
"version": "3.0.0",
"description": "Babel Preset for Deloitte Digital Projects",

@@ -38,3 +38,3 @@ "main": "index.js",

},
"gitHead": "ffd88399f1c38e6c4cf0ff0b6133c9ba35e60b30"
"gitHead": "89d349fa9ae95215e8ba8b3280e06feabdd6b20f"
}
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