nextjs-node-loader
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,2 @@ "use strict"; | ||
module.exports = loader.default; | ||
module.exports.raw = loader.raw; | ||
module.exports.raw = true; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = loader; | ||
exports.raw = void 0; | ||
const { | ||
@@ -32,3 +37,3 @@ interpolateName | ||
} | ||
module.exports = loader; | ||
module.exports.raw = true; | ||
const raw = true; | ||
exports.raw = raw; |
{ | ||
"name": "nextjs-node-loader", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Allows you to include native Node.js `.node` modules in your Next.js project", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
6445
51