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

postcss-page-break

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-page-break - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 2.0
* Updated: Support for PostCSS v7+
* Updated: Support for Node v6+
## 1.0
* Initial release

4

package.json
{
"name": "postcss-page-break",
"version": "1.0.0",
"version": "2.0.0",
"description": "PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` alias",

@@ -22,3 +22,3 @@ "keywords": [

"dependencies": {
"postcss": "^6.0.16"
"postcss": "^7.0.2"
},

@@ -25,0 +25,0 @@ "devDependencies": {

@@ -12,5 +12,4 @@ # postcss-page-break [![Build Status][ci-img]][ci]

.foo {
break-inside: avoid;
break-after: page;
break-inside: avoid;
break-after: page;
}

@@ -20,7 +19,6 @@

.foo {
page-break-inside: avoid;
break-inside: avoid;
page-break-inside: avoid;
page-break-after: always;
break-after: page;
page-break-after: always;
}

@@ -27,0 +25,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