You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@spectrum-css/divider

Package Overview
Dependencies
Maintainers
4
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/divider - npm Package Compare versions

Comparing version

to
3.2.0

6

CHANGELOG.md
# Change Log
## 3.2.0
### Minor Changes
- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components
## 3.1.3

@@ -4,0 +10,0 @@

15

package.json
{
"name": "@spectrum-css/divider",
"version": "3.1.3",
"version": "3.2.0",
"description": "The Spectrum CSS divider component",

@@ -24,4 +24,3 @@ "license": "Apache-2.0",

"./metadata/*": "./metadata/*",
"./package.json": "./package.json",
"./stories/*": "./stories/*"
"./package.json": "./package.json"
},

@@ -33,3 +32,2 @@ "main": "dist/index.css",

"package.json",
"stories/*",
"metadata/*"

@@ -51,3 +49,10 @@ ],

"access": "public"
}
},
"spectrum": [
{
"guidelines": "https://spectrum.adobe.com/page/divider",
"rootClass": "spectrum-Divider",
"swc": "https://opensource.adobe.com/spectrum-web-components/components/divider/"
}
]
}