New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prettier-plugin-solidity

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-solidity - npm Package Compare versions

Comparing version 1.0.0-alpha.16 to 1.0.0-alpha.17

tests/Tupples/__snapshots__/jsfmt.spec.js.snap

8

package.json
{
"name": "prettier-plugin-solidity",
"version": "1.0.0-alpha.16",
"version": "1.0.0-alpha.17",
"description": "prettier plugin for solidity",

@@ -38,2 +38,6 @@ "main": "src",

{
"email": "hi@mudit.blog",
"name": "Mudit Gupta"
},
{
"email": "victorio.franco@gmail.com",

@@ -63,5 +67,5 @@ "name": "Franco Victorio"

"prettier": "^1.15.3",
"solidity-parser-antlr": "^0.3.3",
"solidity-parser-antlr": "^0.4.0",
"string-width": "^3.0.0"
}
}

@@ -34,2 +34,6 @@ /* eslint-disable no-nested-ternary, operator-linebreak */

let doc;
if (node === null) {
return '';
}
switch (node.type) {

@@ -311,8 +315,3 @@ case 'SourceUnit':

', ',
path.map(statementPath => {
if (!statementPath.getValue()) {
return ', ';
}
return print(statementPath);
}, 'variables')
path.map(statementPath => print(statementPath), 'variables')
);

@@ -319,0 +318,0 @@

Sorry, the diff of this file is not supported yet

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