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

css-modules-typescript-loader

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-modules-typescript-loader - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

test/emit-empty-declaration/__snapshots__/emit-empty-declaration.test.js.snap

4

index.js

@@ -72,6 +72,2 @@ const fs = require('fs');

if (!localExports) {
return failed(new Error(`No exported locals found for ${filename}`));
}
while ((match = keyRegex.exec(localExports))) {

@@ -78,0 +74,0 @@ if (cssModuleKeys.indexOf(match[1]) < 0) {

{
"name": "css-modules-typescript-loader",
"version": "2.0.2",
"version": "2.0.3",
"description": "Webpack loader to create TypeScript declarations for CSS Modules",

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

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