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

postcss-syntax

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-syntax - npm Package Compare versions

Comparing version 0.33.0 to 0.34.0

18

package.json
{
"name": "postcss-syntax",
"version": "0.33.0",
"version": "0.34.0",
"description": "Automatically switch PostCSS syntax by file extensions",

@@ -31,3 +31,5 @@ "repository": {

"scripts": {
"test": "nyc mocha --require ./test/fixtures/link --no-timeouts"
"mocha": "mocha --require ./test/fixtures/link --no-timeouts",
"test": "nyc npm run mocha",
"debug": "npm run mocha -- --inspect-brk"
},

@@ -88,15 +90,15 @@ "extensions": [

"chai": "^4.1.2",
"codecov": "^3.0.4",
"codecov": "^3.1.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"nyc": "^13.0.1",
"postcss": "^7.0.2",
"postcss-html": ">=0.33.0",
"postcss-jsx": ">=0.33.0",
"postcss-html": ">=0.34.0",
"postcss-jsx": ">=0.34.0",
"postcss-less": "^2.0.0",
"postcss-markdown": ">=0.33.0",
"postcss-markdown": ">=0.34.0",
"postcss-safe-parser": "^4.0.1",
"postcss-scss": "^2.0.0",
"proxyquire": "^2.0.1",
"proxyquire": "^2.1.0",
"sugarss": "^2.0.0"
}
}
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