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

node-file-path-loader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-file-path-loader - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -13,4 +13,4 @@ const path = require("path");

let outputPath = options.outputPath
? path.join(options.outputPath, filename)
const outputPath = options.outputPath
? path.posix.join(options.outputPath, filename)
: filename;

@@ -17,0 +17,0 @@

{
"name": "node-file-path-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "A webpack loader that get the absolute path of file imported at runtime.",

@@ -20,3 +20,5 @@ "main": "index.js",

],
"scripts": {},
"scripts": {
"set-version": "npm version --no-git-tag-version --allow-same-version"
},
"author": "mokuo",

@@ -23,0 +25,0 @@ "bugs": {

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