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

@yued/html-loader

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yued/html-loader - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

2

index.js

@@ -133,3 +133,3 @@ /*

content = content.replace(/(ng-)?pattern=(["']?\/((?:.(?!["']?\s+(?:\S+)=|[>"']))+.)\/["']?)/g, function (pattern, $1, $2) {
return `ng-pattern=${$2.replace(/\\([dw])/g, '\\\\$1')}`;
return `ng-pattern=${$2.replace(/\\(.)/g, '\\\\$1')}`;
});

@@ -136,0 +136,0 @@ content = compile('`' + content + '`').code;

{
"name": "@yued/html-loader",
"version": "0.5.4",
"version": "0.5.5",
"author": "Tobias Koppers @sokra",

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