New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dev-code-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

dev-code-loader - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

dist/main.js

@@ -12,3 +12,3 @@ 'use strict';

}
var contents = obj.sourcesContent[0].split('\n');
var contents = stat.sourcesContent[0].split('\n');
var isReplaceLine, replaceCode;

@@ -15,0 +15,0 @@ var regx = /[ ]*\/\/[ ]*devCode[ ]*/;

{
"name": "dev-code-loader",
"version": "1.0.4",
"version": "1.0.5",
"description": "webpack dev mock loader",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

@@ -10,3 +10,3 @@ /**

}
var contents = obj.sourcesContent[0].split('\n');
var contents = stat.sourcesContent[0].split('\n');
var isReplaceLine, replaceCode;

@@ -13,0 +13,0 @@ var regx = /[ ]*\/\/[ ]*devCode[ ]*/;

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