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

stylobate

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylobate - npm Package Compare versions

Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6

1

CHANGELOG.md

@@ -12,2 +12,3 @@ ---

- **Breaking change:** Removed all the deprecated code.
- **Breaking change:** Rewrote `list` kind to use flexbox with fallbacks.
- **Breaking change:** Removed built-in almost useless `context` param.

@@ -14,0 +15,0 @@ - **Breaking change:** Removed “retrieving” params like for vertical-align from a bunch of kinds:

6

package.json
{
"name": "stylobate",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"author": "Roman Komarov <kizmarh@ya.ru> (http://kizu.ru/en/)",

@@ -27,4 +27,4 @@ "licence": "MIT",

"devDependencies": {
"stylus": "~0.48.1",
"autoprefixer": "~3.0.0",
"stylus": "~0.49.1",
"autoprefixer": "~3.1.0",
"postcss": "~2.1.2",

@@ -31,0 +31,0 @@ "glob": "3.2.x",

@@ -22,3 +22,3 @@ /**

var result = postcss()
.use( autoprefixer().postcss )
.use( autoprefixer({browsers: ['last 2 versions', 'ios 5', 'ie 9', 'fx 28']}).postcss )
.process(css);

@@ -25,0 +25,0 @@

@@ -25,3 +25,3 @@ /**

actual = postcss()
.use( autoprefixer().postcss )
.use( autoprefixer({browsers: ['last 2 versions', 'ios 5', 'ie 9', 'fx 28']}).postcss )
.process(actual);

@@ -28,0 +28,0 @@

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