Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nextjs-node-loader

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextjs-node-loader - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/cjs.js

@@ -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",

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