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

textpattern-default-theme

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textpattern-default-theme - npm Package Compare versions

Comparing version 4.7.3 to 4.8.0-beta

dist/four-point-eight/forms/article/article_listing.txp

36

package.json

@@ -5,3 +5,3 @@ {

"txp-type": "textpattern-theme",
"version": "4.7.3",
"version": "4.8.0-beta",
"description": "The default theme that ships as standard with Textpattern CMS.",

@@ -29,20 +29,22 @@ "author": "Team Textpattern",

"devDependencies": {
"autoprefixer": "9.4.7",
"clean-webpack-plugin": "1.0.1",
"copy-webpack-plugin": "4.6.0",
"cross-env": "5.2.0",
"css-loader": "2.1.0",
"dart-sass": "1.17.0",
"fibers": "3.1.1",
"file-loader": "3.0.1",
"mini-css-extract-plugin": "0.5.0",
"autoprefixer": "9.7.3",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"cross-env": "6.0.3",
"css-loader": "3.4.0",
"file-loader": "5.0.2",
"mini-css-extract-plugin": "0.8.2",
"postcss-loader": "3.0.0",
"sass-loader": "7.1.0",
"stylelint": "9.10.1",
"stylelint-order": "2.0.0",
"stylelint-scss": "3.5.3",
"stylelint-webpack-plugin": "0.10.5",
"webpack": "4.29.3",
"webpack-cli": "3.2.3"
"sass": "1.23.7",
"sass-loader": "8.0.0",
"stylelint": "12.0.0",
"stylelint-order": "3.1.1",
"stylelint-scss": "3.13.0",
"stylelint-webpack-plugin": "1.1.2",
"webpack": "4.41.4",
"webpack-cli": "3.3.10"
},
"optionalDependencies": {
"fibers": "4.0.2"
},
"browserslist": [

@@ -49,0 +51,0 @@ "> 0.5%",

{
"title": "Four Point Seven",
"title": "Four Point Eight",
"txp-type": "textpattern-theme",
"version": "4.7.3",
"description": "The default theme shipped with Textpattern CMS 4.7.",
"version": "4.8.0-beta",
"description": "The default theme shipped with Textpattern CMS 4.8.",
"author": "Team Textpattern",
"author_uri": "https://github.com/textpattern/textpattern-default-theme"
}

@@ -1,7 +0,6 @@

const distDir = __dirname + '/dist/four-point-seven';
const distDir = __dirname + '/dist/four-point-eight';
const fs = require('fs');
const CleanWebpackPlugin = require('clean-webpack-plugin');
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const Fiber = require('fibers');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');

@@ -32,5 +31,6 @@ const StyleLintPlugin = require('stylelint-webpack-plugin');

options: {
implementation: require('dart-sass'),
fiber: Fiber,
outputStyle: 'expanded'
implementation: require('sass'),
sassOptions: {
outputStyle: 'expanded'
}
}

@@ -47,3 +47,3 @@ }

plugins: [
new CleanWebpackPlugin(__dirname +'/dist'),
new CleanWebpackPlugin(),
new StyleLintPlugin({

@@ -50,0 +50,0 @@ configFile: '.stylelintrc.yml',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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