🚀 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.7.2

dist/index.d.mts

19

package.json
{
"name": "@samatech/postcss-basics",
"version": "0.7.1",
"version": "0.7.2",
"description": "Simple opinionated PostCSS plugin pack.",

@@ -11,3 +11,15 @@ "keywords": [

],
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"types": "dist/index.d.mts",
"files": [
"lib",
"dist"
],
"author": "SamaTech <samatechtw@gmail.com>",

@@ -20,2 +32,3 @@ "license": "MIT",

"scripts": {
"build": "rm -rf dist/* && tsup lib/index.ts --dts --format esm,cjs",
"lint": "eslint --ext .js index.js",

@@ -45,2 +58,4 @@ "format": "eslint --fix --ext .js index.js",

"prettier": "^3.1.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vitest": "^0.34.6"

@@ -47,0 +62,0 @@ },

.editorconfig