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-alpha.2 to 4.0.0-alpha.3

11

esm/index.js

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

"use strict";
exports.__esModule = true;
exports.default = void 0;
var _aesthetic = require("aesthetic");
/**

@@ -12,3 +5,3 @@ * @copyright 2017-2019, Miles Johnson

*/
var _default = _aesthetic.ClassNameAesthetic;
exports.default = _default;
import { ClassNameAesthetic } from 'aesthetic';
export default ClassNameAesthetic;

11

lib/index.js

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

"use strict";
exports.__esModule = true;
exports.default = void 0;
var _aesthetic = require("aesthetic");
/**

@@ -5,3 +12,3 @@ * @copyright 2017-2019, Miles Johnson

*/
import { ClassNameAesthetic } from 'aesthetic';
export default ClassNameAesthetic;
var _default = _aesthetic.ClassNameAesthetic;
exports.default = _default;
{
"name": "aesthetic-adapter-css-modules",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "CSS modules support for Aesthetic.",

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

},
"gitHead": "5526792431adeebc7d8ec1420627fbd20d51cc84"
"gitHead": "8a8e92b75a056555209a0690098d0fa855fd1cf3"
}
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