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

babel-plugin-default-identifier

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-default-identifier - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

test/fixtures/access-default/actual.js

4

lib/index.js

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

"use strict";
'use strict';

@@ -13,3 +13,3 @@ Object.defineProperty(exports, "__esModule", {

if (name === 'default') {
if (path.parent.type === 'ObjectProperty' && name === 'default') {
path.node.name = "'default'";

@@ -16,0 +16,0 @@ }

{
"name": "babel-plugin-default-identifier",
"version": "0.0.2",
"version": "0.0.3",
"description": "A Babel plugin to wrap the 'default' identifier with apostrophes",

@@ -5,0 +5,0 @@ "author": {

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