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

envatt-webpack-loader

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

envatt-webpack-loader - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "envatt-webpack-loader",
"version": "1.1.3",
"version": "1.1.4",
"description": "一个通过代码注释,区分环境的webpack-loader",

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

@@ -48,5 +48,5 @@ ## 安装

<div class="home">
<!-- 这个代码不会被条件注释识别 -->
<h1>这个代码不会被条件注释识别</h1>
<h1>哈哈哈</h1>
<!-- #ifdef 这是A环境 -->

@@ -60,3 +60,3 @@ <h1>这是A环境的代码</h1>

<p>你好啊</p>
<p>Hello</p>

@@ -63,0 +63,0 @@ <button @click="handleAlert">Click Me</button>

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