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

padded-grid

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

padded-grid - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

package.json
{
"name": "padded-grid",
"version": "0.1.0",
"version": "0.1.1",
"description": "A lightweight, flexible baseline and grid system for React applications with precise control over spacing, gaps, and layout",

@@ -26,6 +26,7 @@ "type": "module",

"build": "tsup src/lib/index.ts --format esm,cjs --dts --minify --clean",
"lint": "tsc --noEmit && eslint src/lib",
"lint": "eslint src/lib",
"typecheck": "tsc --noEmit",
"format": "prettier --write \"src/lib/**/*.{ts,tsx,css}\"",
"prepare": "bun run build",
"prepublishOnly": "bun run lint && bun run build",
"prepublishOnly": "bun run build",
"test": "vitest",

@@ -32,0 +33,0 @@ "test:watch": "vitest watch",

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