New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-remove-imports

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-remove-imports - npm Package Compare versions

Comparing version 1.5.5 to 1.7.0

22

package.json
{
"name": "babel-plugin-transform-remove-imports",
"version": "1.5.5",
"version": "1.7.0",
"description": "Remove the specified import declaration when you use the babel transform to build the package.",

@@ -24,2 +24,6 @@ "repository": "https://github.com/uiwjs/babel-plugin-transform-remove-imports",

"verbose": true,
"coverageReporters": [
"lcov",
"json-summary"
],
"coveragePathIgnorePatterns": [

@@ -37,11 +41,11 @@ "/test/cases"

"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-do-expressions": "7.14.0",
"@babel/plugin-proposal-export-default-from": "7.12.13",
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@babel/cli": "7.15.7",
"@babel/core": "7.15.5",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-do-expressions": "7.14.5",
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"babel-core": "7.0.0-bridge.0",
"jest": "27.0.4"
"jest": "27.2.0"
},

@@ -48,0 +52,0 @@ "files": [

@@ -6,4 +6,4 @@ babel-plugin-transform-remove-imports

[![Build and Test](https://github.com/uiwjs/babel-plugin-transform-remove-imports/workflows/Build%20and%20Test/badge.svg)](https://github.com/uiwjs/babel-plugin-transform-remove-imports/actions)
[![Build Status](https://img.shields.io/travis/uiwjs/babel-plugin-transform-remove-imports.svg?style=flat)](https://travis-ci.org/uiwjs/babel-plugin-transform-remove-imports)
[![Coverage Status](https://coveralls.io/repos/github/uiwjs/babel-plugin-transform-remove-imports/badge.svg?branch=master)](https://coveralls.io/github/uiwjs/babel-plugin-transform-remove-imports?branch=master)
[![Coverage Status](https://uiwjs.github.io/babel-plugin-transform-remove-imports/badges.svg)](https://uiwjs.github.io/babel-plugin-transform-remove-imports/lcov-report)
[![Downloadss](https://img.shields.io/npm/dm/babel-plugin-transform-remove-imports.svg?style=flat)](https://npmjs.org/package/babel-plugin-transform-remove-imports)

@@ -10,0 +10,0 @@ Modular import plugin for babel for server-side rendering. Also works for cjs to delete imported CSS to avoid compilation errors..

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