Socket
Socket
Sign inDemoInstall

stylecow-plugin-matches

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylecow-plugin-matches - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

index.js

@@ -10,3 +10,3 @@ module.exports = function (stylecow) {

fn.content.forEach(function (replace) {
selector.insertBefore(stylecow.css.Selector.create(value.replace(search, replace)));
selector.insertBefore(stylecow.Selector.create(value.replace(search, replace)));
});

@@ -13,0 +13,0 @@

{
"name": "stylecow-plugin-matches",
"description": "Stylecow plugin to add support for :matches() selector function to all browsers",
"version": "1.0.0",
"version": "1.1.0",
"author": "Oscar Otero <oom@oscarotero.com>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-matches",

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