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

broccoli-themer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-themer - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

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

// e.g. https://github.com/substack/css-prefix
match = contents.match(new RegExp('\\.' + selector + ', (.+?) {'));
match = contents.match(new RegExp('\\.' + selector + ',\\s?(.+?)\\s?{'));

@@ -49,0 +49,0 @@ if (match && match[1]) {

{
"name": "broccoli-themer",
"description": "Generate JSON hashmap of css selectors for theming.",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "http://github.com/chrisvariety/broccoli-themer",

@@ -6,0 +6,0 @@ "repository": "git://github.com/chrisvariety/broccoli-themer.git",

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