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

@senx/flows-beautifier

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@senx/flows-beautifier - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@senx/flows-beautifier",
"version": "1.0.3",
"version": "1.0.4",
"private": false,

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,5 +11,10 @@ # node-flows-beautifier

```
import { FLoWSBeautifier, BeautifierOptions } from '../lib/flows-beautifier';
let beautifier: FLoWSBeautifier = new FLoWSBeautifier({});
npm install @senx/flows-beautifier
```
```
import { FLoWSBeautifier, BeautifierOptions } from '@senx/flows-beautifier';
let beautifier: FLoWSBeautifier = new FLoWSBeautifier();
const result:string = beautifier.flowsBeautify(input);

@@ -20,1 +25,3 @@

Default options : 2 spaces for indentation.
More options could be found in BeautifierOptions, and passed to the FLoWSBeautifier constructor.

Sorry, the diff of this file is too big to display

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