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

docpad-plugin-autoprefix

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-autoprefix - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0-next.1599457668.ff715ff311d982ab62a3b3fc014add1097996a5e

.mergify.yml

4

HISTORY.md
# History
## v2.4.0 2020 September 7
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v2.3.0 2020 August 5

@@ -4,0 +8,0 @@

23

package.json
{
"name": "docpad-plugin-autoprefix",
"version": "2.3.0",
"version": "2.4.0-next.1599457668.ff715ff311d982ab62a3b3fc014add1097996a5e",
"description": "Add browser/vendor prefixes to your stylesheets automatically, so you don't have to!",

@@ -78,2 +78,3 @@ "homepage": "https://github.com/docpad/docpad-plugin-autoprefix",

"tags": [
"source",
"javascript",

@@ -95,13 +96,16 @@ "esnext",

"devDependencies": {
"@bevry/update-contributors": "^1.15.0",
"@bevry/update-contributors": "^1.17.0",
"docpad": "^6.83.1",
"docpad-plugintester": "^1.6.2",
"eslint": "^7.6.0",
"eslint-config-bevry": "^3.18.0",
"docpad-plugintester": "^1.7.3",
"eslint": "^7.8.1",
"eslint-config-bevry": "^3.22.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"projectz": "^2.13.0",
"valid-directory": "^2.8.0"
"prettier": "^2.1.1",
"projectz": "^2.16.0",
"valid-directory": "^3.4.0"
},
"peerDependencies": {
"docpad": "^6.83.1"
},
"scripts": {

@@ -120,3 +124,4 @@ "our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",

"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
"our:setup": "npm run our:setup:install",
"our:setup": "npm run our:setup:dpt && npm run our:setup:install",
"our:setup:dpt": "cd test && npm install && cd ..",
"our:setup:install": "npm install",

@@ -123,0 +128,0 @@ "our:test": "npm run our:verify && npm test",

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