Socket
Socket
Sign inDemoInstall

@ditojs/babel-preset

Package Overview
Dependencies
Maintainers
4
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ditojs/babel-preset - npm Package Compare versions

Comparing version 0.232.0 to 0.233.0

8

index.js

@@ -1,2 +0,2 @@

module.exports = function() {
module.exports = function(api, { loose = false } = {}) {
return {

@@ -16,3 +16,3 @@ plugins: [

require('@babel/plugin-proposal-class-properties'),
{ loose: false }
{ loose }
],

@@ -26,7 +26,7 @@

require('@babel/plugin-proposal-optional-chaining'),
{ loose: false }
{ loose }
],
[
require('@babel/plugin-proposal-nullish-coalescing-operator'),
{ loose: false }
{ loose }
]

@@ -33,0 +33,0 @@ ]

{
"name": "@ditojs/babel-preset",
"version": "0.232.0",
"version": "0.233.0",
"description": "Dito.js Babel Preset",

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

},
"gitHead": "6fd180de29280cc1621515e82aea7930a52c92b5"
"gitHead": "6d852a83b652300a63c4c54a86e2575562f66642"
}
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