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 3.0.1 to 3.1.0

esm/index.js

7

CHANGELOG.md

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

# 3.1.0 - 2019-02-09
#### 🚀 New
- Added ECMAScript module support via `esm/` built files.
- Removed copyright docblocks from source files to reduce bundle size.
# 3.0.0 - 2019-01-28

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

13

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _aesthetic = require("aesthetic");
/**

@@ -6,4 +14,3 @@ * @copyright 2017-2019, Miles Johnson

*/
Object.defineProperty(exports, "__esModule", { value: true });
var aesthetic_1 = require("aesthetic");
exports.default = aesthetic_1.ClassNameAesthetic;
var _default = _aesthetic.ClassNameAesthetic;
exports.default = _default;
{
"name": "aesthetic-adapter-css-modules",
"version": "3.0.1",
"version": "3.1.0",
"description": "CSS modules support for Aesthetic.",

@@ -14,3 +14,5 @@ "keywords": [

"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"publishConfig": {

@@ -22,6 +24,3 @@ "access": "public"

},
"devDependencies": {
"aesthetic": "^3.0.1"
},
"gitHead": "55e0a46ade78aaa4dc283ef6635ecb73e1a57669"
"gitHead": "7f1f8f5b95bddc2f3a43c7aa87defa663682bf13"
}
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