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

postcss-style-docs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-style-docs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

14

package.json
{
"name": "postcss-style-docs",
"version": "0.0.1",
"version": "0.0.2",
"description": "PostCSS plugin for dynamically adding documentation to styles",

@@ -14,2 +14,3 @@ "keywords": [

"lint": "eslint ./src/index.ts",
"postrelease": "git push --follow-tags origin master; npm publish",
"prerelease": "npm run build",

@@ -23,10 +24,7 @@ "release": "standard-version",

"module": "lib/mjs/index.js",
"type": "module",
"exports": {
"import": {
"path": "./lib/mjs/index.js",
"types": "./lib/mjs/index.d.ts"
},
"require": {
"path": "./lib/cjs/index.js",
"types": "./lib/cjs/index.d.ts"
".": {
"import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js"
}

@@ -33,0 +31,0 @@ },

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