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

aesthetic-adapter-css-modules

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aesthetic-adapter-css-modules - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0-alpha.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 5.0.0
#### 💥 Breaking
- Rewritten to support the
[core 5.0 changes](https://github.com/milesj/aesthetic/blob/master/packages/aesthetic/CHANGELOG.md).
# 4.0.0 - 2019-07-07

@@ -2,0 +9,0 @@

4

esm/index.js

@@ -5,3 +5,3 @@ /**

*/
import { ClassNameAesthetic } from 'aesthetic';
export default ClassNameAesthetic;
import { ClassNameAdapter } from 'aesthetic';
export default ClassNameAdapter;

@@ -5,4 +5,4 @@ /**

*/
import { ClassNameAesthetic } from 'aesthetic';
export default ClassNameAesthetic;
import { ClassNameAdapter } from 'aesthetic';
export default ClassNameAdapter;
//# sourceMappingURL=index.d.ts.map

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

*/
var _default = _aesthetic.ClassNameAesthetic;
var _default = _aesthetic.ClassNameAdapter;
exports.default = _default;
{
"name": "aesthetic-adapter-css-modules",
"version": "4.0.0",
"version": "5.0.0-alpha.0",
"description": "CSS modules support for Aesthetic.",

@@ -22,3 +22,7 @@ "keywords": [

},
"gitHead": "c38c6702c4479d6c7bbda13fd44d0e1e0bc09a4f"
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/milesjohnson"
},
"gitHead": "1909ec6f57b2ddcc63355122e38d74c9d06d2a23"
}
# Aesthetic with CSS Modules
[![Build Status](https://travis-ci.org/milesj/aesthetic.svg?branch=master)](https://travis-ci.org/milesj/aesthetic)
[![Build Status](https://github.com/milesj/aesthetic/workflows/Build/badge.svg)](https://github.com/milesj/aesthetic/actions?query=branch%3Amaster)
[![npm version](https://badge.fury.io/js/aesthetic-adapter-css-modules.svg)](https://www.npmjs.com/package/aesthetic-adapter-css-modules)

@@ -11,5 +11,8 @@ [![npm deps](https://david-dm.org/milesj/aesthetic.svg?path=packages/adapter-css-modules)](https://www.npmjs.com/package/aesthetic-adapter-css-modules)

```ts
import CSSModulesAesthetic from 'aesthetic-adapter-css-modules';
import aesthetic from 'aesthetic';
import CSSModulesAdapter from 'aesthetic-adapter-css-modules';
const aesthetic = new CSSModulesAesthetic(options);
aesthetic.configure({
adapter: new CSSModulesAdapter(),
});
```

@@ -16,0 +19,0 @@

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