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

babel-plugin-transform-remove-debugger

Package Overview
Dependencies
Maintainers
5
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.10.0-alpha.6546ad11 to 6.10.0-alpha.72092d20

1

lib/index.js

@@ -10,4 +10,5 @@ "use strict";

}
}
};
};

2

package.json
{
"name": "babel-plugin-transform-remove-debugger",
"version": "6.10.0-alpha.6546ad11",
"version": "6.10.0-alpha.72092d20",
"description": "Remove debugger statements",

@@ -5,0 +5,0 @@ "keywords": [

@@ -45,5 +45,5 @@ # babel-plugin-transform-remove-debugger

```javascript
require("babel-core").transform("code", {
require("@babel/core").transform("code", {
plugins: ["transform-remove-debugger"]
});
```
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