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

classless-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classless-js - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

1

bin/HTMLUtils.js

@@ -29,3 +29,2 @@ const glob = require('glob');

if (item.includes("{") || item.includes("}") || item.includes("(") || item.includes(")") || item.includes("/")) {
console.log(item);
return

@@ -32,0 +31,0 @@ } else {

2

package.json
{
"name": "classless-js",
"version": "0.1.7",
"version": "0.1.8",
"description": "Enforce and question your design system by checking your classes against an approved class list",

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

@@ -14,4 +14,4 @@ # Classless.js

- `npm install -g classless-js`
- `touch classless.config` & set it up with options
- globally install classless with `npm install -g classless-js`
- at your root directory, `touch classless.config` & set it up with options
- run `classless` in your CLI once this is set up in your project

@@ -29,2 +29,2 @@

The `/bin` folder is where all of the executable scripts live. Please update and submit a PR.
The `/bin` folder is where all of the executable scripts live. Please update and submit a PR.
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