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

mark-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mark-loader - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

index.js

@@ -15,4 +15,4 @@ const path = require('path');

const markLoader = (content) => {
const context = this._compiler && this._compiler.context || process.cwd();
const markLoader = function markLoader(content) {
const context = this._compiler && this._compiler.context || process.cwd() || '';
const resourcePath = this.resourcePath;

@@ -19,0 +19,0 @@ const markName = path.relative(context, resourcePath).replace(/[^a-zA-Z0-9]/g, '_');

{
"name": "mark-loader",
"version": "0.1.3",
"version": "0.1.4",
"description": "Inspect module load time with performance.measure",

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

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