Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.1 to 1.3.2

10

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

@@ -8,3 +8,3 @@ "repository": "https://github.com/uiwjs/babel-plugin-transform-remove-imports",

"scripts": {
"prepare": "npm run build",
"prepare": "npm run build && npm run test",
"test": "jest --coverage",

@@ -34,8 +34,8 @@ "test:watch": "jest --watchAll --coverage",

"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-do-expressions": "^7.7.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"@babel/preset-react": "^7.7.4",

@@ -42,0 +42,0 @@ "babel-core": "^7.0.0-bridge.0",

@@ -6,2 +6,3 @@ babel-plugin-transform-remove-imports

[![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)

@@ -8,0 +9,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