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

mimosa-babel

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mimosa-babel - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

11

lib/config.js

@@ -37,3 +37,12 @@ 'use strict';

// Default: false
moduleIds: false
moduleIds: false,
// Set the experimental proposal stage.
// Default: 2
stage: 2,
// Plugins. List of `require`-able modules that coresponds to babel plugins.
// Sample: ['foo-bar']
// Sample with order: ['foo-bar:before', 'bar-foo:after']
plugins: []
}

@@ -40,0 +49,0 @@ }

2

package.json
{
"name": "mimosa-babel",
"version": "0.5.0",
"version": "0.5.1",
"description": "babel mimosa files",

@@ -5,0 +5,0 @@ "main": "./lib/index",

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