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

css-url-regex

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-url-regex - npm Package Compare versions

Comparing version 1.1.0 to 3.3.0

4

index.js
'use strict'
module.exports = function () {
return /url\((.*?)\)/ig
module.exports = function() {
return /url\((.*?)\)/gi
}
{
"name": "css-url-regex",
"version": "1.1.0",
"version": "3.3.0",
"description": "Regular expression for matching CSS urls.",

@@ -29,4 +29,5 @@ "main": "index.js",

"devDependencies": {
"ava": "^0.2.0"
}
"ava": "^0.25.0"
},
"gitHead": "5604528037164f4b8eb81e8a5215c433c9814407"
}
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