🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@samatech/postcss-basics

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samatech/postcss-basics - npm Package Compare versions

Comparing version

to
0.4.2

test/util.js

4

index.js

@@ -6,8 +6,8 @@ const plugins = [

require('postcss-nested'),
require('@samatech/postcss-colors'),
require('@samatech/postcss-colors')(),
]
module.exports = (opts = {}) => {
// TODO -- pass along plugins
// TODO -- pass along plugin options
return plugins
}
{
"name": "@samatech/postcss-basics",
"version": "0.3.1",
"version": "0.4.2",
"description": "Simple opinionated PostCSS plugin pack.",

@@ -17,2 +17,7 @@ "keywords": [

},
"scripts": {
"lint": "eslint --ext .js index.js",
"format": "eslint --fix --ext .js index.js",
"test": "jest"
},
"peerDependencies": {

@@ -22,7 +27,7 @@ "postcss": "^8.3.6"

"dependencies": {
"@samatech/postcss-colors": "^0.2.0",
"autoprefixer": "^10.3.1",
"postcss-mixins": "^8.1.0",
"postcss-nested": "^5.0.6",
"postcss-simple-vars": "^6.0.3",
"@samatech/postcss-colors": "^0.2.0"
"postcss-simple-vars": "^6.0.3"
},

@@ -37,2 +42,3 @@ "devDependencies": {

"eslint-plugin-promise": "^5.1.0",
"jest": "^27.0.6",
"postcss": "^8.3.6"

@@ -60,7 +66,3 @@ },

}
},
"scripts": {
"lint": "eslint --ext .js index.js",
"format": "eslint --fix --ext .js index.js"
}
}

Sorry, the diff of this file is not supported yet