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

prettier-plugin-stylus

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-stylus - npm Package Compare versions

Comparing version 0.0.1-beta.7 to 0.0.1-beta.8

2

dist/index.js

@@ -112,3 +112,3 @@ "use strict";

if ((0, import_utils.isSingleIdent)(node)) {
return `${node.string}${node.rest ? "..." : ""}`;
return `${node.property ? "@" : ""}${node.string}${node.rest ? "..." : ""}`;
} else {

@@ -115,0 +115,0 @@ if (node.val.nodeName === "function") {

{
"name": "prettier-plugin-stylus",
"version": "0.0.1-beta.7",
"version": "0.0.1-beta.8",
"description": "Prettier plugin for Stylus",

@@ -14,2 +14,3 @@ "main": "dist/index.js",

"prepublishOnly": "pnpm typeCheck && pnpm build",
"bump": "bumpp --commit --tag --push",
"test": "pnpm build && jest"

@@ -41,2 +42,3 @@ },

"@types/stylus": "^0.48.37",
"bumpp": "^8.2.1",
"esbuild": "^0.14.38",

@@ -43,0 +45,0 @@ "jest": "^27.5.1",

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