New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fylgja/z-layer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fylgja/z-layer - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

index.cjs

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [1.0.2] - 2022-08-13
### Added
- Added support for both CommonJS and ESM import syntax's
## [1.0.1] - 2022-07-24

@@ -11,0 +15,0 @@ ### Changed

{
"name": "@fylgja/z-layer",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Fylgja z-layer offers Design Tokens (CSS props) for consistent and semantic z-indexing",

@@ -9,5 +9,13 @@ "homepage": "https://fylgja.dev/",

"type": "module",
"main": "index.js",
"main": "index.cjs",
"unpkg": "z-layer.css",
"style": "z-layer.css",
"module": "index.js",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs",
"default": "./index.cjs"
}
},
"repository": {

@@ -14,0 +22,0 @@ "type": "git",

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