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

strip-debug

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strip-debug - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.js

@@ -7,2 +7,6 @@ 'use strict';

// esprima@2.1 introduces a "handler" property on TryStatement, so we would
// loop the same node twice (see jquery/esprima/issues/1031 and #264)
rocambole.BYPASS_RECURSION.handler = true;
module.exports = function (src) {

@@ -9,0 +13,0 @@ return rocambole.moonwalk(src, function (node) {

2

package.json
{
"name": "strip-debug",
"version": "1.1.0",
"version": "1.1.1",
"description": "Strip console, alert, and debugger statements from JavaScript code",

@@ -5,0 +5,0 @@ "license": "MIT",

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