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

babel-plugin-danger-remove-unused-import

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-danger-remove-unused-import - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

44

CHANGELOG.md

@@ -0,35 +1,75 @@

## [1.1.2](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.1.1...v1.1.2) (2019-03-13)
### Bug Fixes
* toString named in runtimeData ([1a97593](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/commit/1a97593))
## [1.1.1](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.1.0...v1.1.1) (2018-11-06)
### Bug Fixes
- computed value in ObjectProperty / class methods ([3ab6e2d](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/commit/3ab6e2d))
* computed value in ObjectProperty / class methods ([3ab6e2d](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/commit/3ab6e2d))
# [1.1.0](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.13...v1.1.0) (2018-11-05)
### Features
- supporting ObjectProperty ([5f822a4](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/commit/5f822a4))
* supporting ObjectProperty ([5f822a4](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/commit/5f822a4))
## [1.0.13](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.12...v1.0.13) (2018-02-09)
## [1.0.12](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.11...v1.0.12) (2018-02-08)
## [1.0.11](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.10...v1.0.11) (2018-02-06)
## [1.0.10](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.9...v1.0.10) (2018-02-05)
## [1.0.9](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.7...v1.0.9) (2017-12-21)
## [1.0.7](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.6...v1.0.7) (2017-11-29)
## [1.0.6](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.5...v1.0.6) (2017-11-29)
## [1.0.5](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.4...v1.0.5) (2017-11-29)
## [1.0.4](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.3...v1.0.4) (2017-11-29)
## [1.0.3](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.2...v1.0.3) (2017-11-29)
## [1.0.2](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.0.1...v1.0.2) (2017-11-29)
## 1.0.1 (2017-11-29)

2

lib/index.js

@@ -87,3 +87,3 @@ 'use strict';

if (runtimeData[name]) {
if (runtimeData.hasOwnProperty(name)) {
warn('the declare of ', '`' + name + '`', 'is already existed');

@@ -90,0 +90,0 @@ return;

{
"name": "babel-plugin-danger-remove-unused-import",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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