Comparing version 1.0.1 to 2.0.0
@@ -19,2 +19,2 @@ 'use strict'; | ||
module.exports = isMinGW(); | ||
module.exports = isMinGW; |
{ | ||
"name": "is-mingw", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Check if the process is running inside MinGW", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ # is-mingw | ||
console.log(isMinGW); | ||
console.log(isMinGW()); | ||
``` | ||
@@ -21,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2