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

@deskpro/apps-components-style

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deskpro/apps-components-style - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

8

package.json
{
"name": "@deskpro/apps-components-style",
"version": "0.3.1",
"version": "0.3.2",
"author": "DeskPRO <support@deskpro.com>",

@@ -16,3 +16,3 @@ "license": "BSD 3-Clause License",

"postcss-watch": "postcss -o dist/style.css --verbose -m -w --env development src/style.css",
"postcss-build": "postcss --verbose --env production -m -o dist/style.css src/style.css",
"postcss-build": "postcss --verbose --env development -m -o dist/style.css src/style.css",
"init-website-watch": "cpx dist/style.css website/static/css --watch",

@@ -25,3 +25,3 @@ "init-website-build": "cpx dist/style.css website/static/css",

"test": "stylelint \"src/**/*.css\"",
"postinstall": "cd website && npm install"
"postinstall": "[ -d website ] && cd website && npm install"
},

@@ -38,4 +38,6 @@ "devDependencies": {

"postcss-import": "^11.1.0",
"postcss-inline-svg": "^3.1.1",
"postcss-preset-env": "^5.1.0",
"postcss-reporter": "^5.0.0",
"postcss-svgo": "^4.0.0",
"stylelint": "^9.3.0",

@@ -42,0 +44,0 @@ "stylelint-config-suitcss": "^14.0.0",

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