New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

compilers

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compilers - npm Package Compare versions

Comparing version
0.3.2
to
0.3.3
+1
-1
index.js

@@ -62,3 +62,3 @@ /**

if ("" === syntax) {
cache[name] = createFunction(function(str, options, next) { return next(null, str); });
cache[name] = function(str, options, next) { return next(null, str); };
return cache[name];

@@ -65,0 +65,0 @@ }

{
"name": "compilers",
"version": "0.3.2",
"version": "0.3.3",
"description": "Universal preprocessor loader for templating and transpiling",

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