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.4 to 3.0.0

2

index.js

@@ -9,3 +9,3 @@ const fs = require('fs');

const cssModuleExport = 'declare var cssExports: CssExports;\nexport = cssExports;\n';
const cssModuleExport = 'declare const cssExports: CssExports;\nexport = cssExports;\n';

@@ -12,0 +12,0 @@ const getNoDeclarationFileError = ({ filename }) =>

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

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

@@ -7,3 +7,3 @@ // This file is automatically generated.

}
declare var cssExports: CssExports;
declare const cssExports: CssExports;
export = cssExports;

@@ -10,3 +10,3 @@ // This file is automatically generated.

}
declare var cssExports: CssExports;
declare const cssExports: CssExports;
export = cssExports;

Sorry, the diff of this file is not supported yet

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