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

typescript-plugin-css-modules

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.6.0-beta.0 to 2.6.0-beta.1

2

lib/helpers/createExports.js

@@ -14,3 +14,3 @@ "use strict";

var classNameToNamedExport = function (className) {
return "export const " + className + ": string;";
return "export readonly let " + className + ": string;";
};

@@ -17,0 +17,0 @@ var flattenClassNames = function (previousValue, currentValue) {

{
"name": "typescript-plugin-css-modules",
"version": "2.6.0-beta.0",
"version": "2.6.0-beta.1",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "author": "Brody McKee <mrmckeb@hotmail.com>",

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