You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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.2.1

6

index.js

@@ -7,7 +7,7 @@ const plugins = [

require('postcss-hexrgba'),
];
]
module.exports = (opts = {}) => {
// TODO -- pass along plugins
return plugins;
};
return plugins
}
{
"name": "@samatech/postcss-basics",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple opinionated PostCSS plugin pack.",

@@ -18,16 +18,34 @@ "keywords": [

"peerDependencies": {
"postcss": "^8.3.5"
"postcss": "^8.3.6"
},
"dependencies": {
"autoprefixer": "^10.2.6",
"postcss-hexrgba": "github:hudochenkov/postcss-hexrgba#migrate-to-postcss-8",
"autoprefixer": "^10.3.1",
"postcss-mixins": "^8.1.0",
"postcss-nested": "^5.0.5",
"postcss-nested": "^5.0.6",
"postcss-simple-vars": "^6.0.3"
},
"devDependencies": {
"eslint": "^7.29.0",
"@samatech/postcss-colors": "^0.2.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4"
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettierx": "^0.18.0",
"eslint-plugin-promise": "^5.1.0",
"postcss": "^8.3.6"
},
"eslintConfig": {
"env": {
"jest/globals": true
},
"plugins": [
"jest",
"prettierx"
],
"extends": [
"eslint-config-standard",
"plugin:prettierx/standardize"
]
},
"jest": {

@@ -40,3 +58,7 @@ "testEnvironment": "node",

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

Sorry, the diff of this file is not supported yet