Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blueprintui/layout

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintui/layout - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

15

package.json
{
"name": "@blueprintui/layout",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -11,5 +11,5 @@ "main": "index.css",

"build": "npm run clean && npm run build:copy && npm run build:lib",
"build:lib": "sass --no-source-map src/index.scss dist/lib/index.css && csso dist/lib/index.css --output dist/lib/index.min.css",
"build:watch": "sass --no-source-map src/index.scss dist/lib/index.css --watch",
"build:copy": "cpy ./package.json ./dist/lib",
"build:lib": "sass --no-source-map src/index.scss dist/index.css && csso dist/index.css --output dist/index.min.css",
"build:watch": "sass --no-source-map src/index.scss dist/index.css --watch",
"build:copy": "cpy ./package.json ./dist",
"drafter:build": "drafter build --config ./blueprint.config.js",

@@ -21,4 +21,3 @@ "drafter:watch": "drafter build --watch --config ./blueprint.config.js",

"test": "wtr --config ./web-test-runner.config.mjs",
"publish": "cd ./dist/lib && npm publish --access public",
"deploy": "firebase deploy --only hosting:blueprintui-layout"
"publish": "cd ./dist && npm publish --access public"
},

@@ -34,5 +33,5 @@ "repository": {

},
"homepage": "https://github.com/blueprintui/layout#readme",
"homepage": "https:/layout.blueprintui.dev",
"dependencies": {
"@blueprintui/tokens": "^0.0.3"
"@blueprintui/tokens": "^0.0.5"
},

@@ -39,0 +38,0 @@ "optionalDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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