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

ifdef-loader

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ifdef-loader - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

1

ifdef-loader.js

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

this.callback(errorMessage, source, map);
return;
}
this.callback(null, source, map);
};

@@ -17,2 +17,3 @@ import path = require('path');

this.callback(errorMessage, source, map);
return;
}

@@ -19,0 +20,0 @@

2

package.json
{
"name": "ifdef-loader",
"version": "0.0.4",
"version": "0.0.5",
"description": "#ifdef conditional Webpack loader",

@@ -5,0 +5,0 @@ "main": "ifdef-loader.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