aesthetic-adapter-css-modules
Advanced tools
Comparing version 4.0.0 to 5.0.0-alpha.0
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
35
0
6288
8
2