You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@new-ui/spacings

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@new-ui/spacings - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+1
-1
package.json
{
"name": "@new-ui/spacings",
"version": "0.1.2",
"version": "0.1.3",
"description": "Spacing Blocks",

@@ -5,0 +5,0 @@ "source": "src/index.scss",

name: Publish npm package
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.11.0
- run: npm install
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#63ccf0",
"activityBar.background": "#63ccf0",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#e916b3",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#63ccf0",
"statusBar.background": "#35bdeb",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#15a7d8",
"statusBarItem.remoteBackground": "#35bdeb",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#35bdeb",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#35bdeb99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#35bdeb"
}