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

fable-css-modules

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

fable-css-modules - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

1

build/commands/build.js

@@ -82,3 +82,2 @@ "use strict";

entries = _a.sent();
console.log(entries);
classCollector = new classCollector_1.ClassCollector(process.cwd(), sourceFolder, destinationFile, argv.internal);

@@ -85,0 +84,0 @@ _i = 0, entries_1 = entries;

6

CHANGELOG.md

@@ -9,2 +9,8 @@ # Changelog

## 1.4.1 - 2022-06-30
### Removed
* Remove debug log
## 1.4.0 - 2022-06-30

@@ -11,0 +17,0 @@

{
"name": "fable-css-modules",
"version": "1.4.0",
"version": "1.4.1",
"description": "Generate Fable bindings for your CSS modules classes",

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

@@ -19,3 +19,3 @@ # fable-css-modules

Html.div [
prop.className classes.qrCode // Here you get completion the defined CSS classes
prop.className classes.qrCode // Here you get completion of the defined CSS classes
prop.children [

@@ -22,0 +22,0 @@ // ..

@@ -44,4 +44,2 @@ import type { Arguments, CommandBuilder } from "yargs";

console.log(entries)
const classCollector =

@@ -48,0 +46,0 @@ new ClassCollector(

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