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

prettier-plugin-apex

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-apex - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

bin/start-apex-server.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 1.0.0-alpha.3
- Fix DML operation having double indents ([issue](https://github.com/dangmai/prettier-plugin-apex/issues/8)).
- Rename scripts to start and stop Apex Parser Server.
## 1.0.0-alpha.2

@@ -2,0 +7,0 @@

7

package.json
{
"name": "prettier-plugin-apex",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Salesforce Apex plugin for Prettier",
"main": "src/index.js",
"bin": {
"start-apex-server": "./bin/start-apex-server.js",
"stop-apex-server": "./bin/stop-apex-server.js"
},
"files": [
"/bin",
"/src",

@@ -8,0 +13,0 @@ "/vendor"

12

README.md

@@ -76,4 +76,6 @@ # Prettier Apex [![Build Status](https://travis-ci.org/dangmai/prettier-plugin-apex.svg)](https://travis-ci.org/dangmai/prettier-plugin-apex)

```bash
# Start the server
node /path/to/libary/tests_config/set_up.js
# Start the server (if installed globally)
start-apex-server
# Or if installed locally
node /path/to/libary/bin/start-apex-server.js

@@ -83,4 +85,6 @@ # In a separate console

# After you are done, stop the server
node /path/to/libary/tests_config/tear_down.js
# After you are done, stop the server (if installed globally)
stop-apex-server
# Or if installed locally
node /path/to/libary/bin/stop-apex-server.js
```

@@ -87,0 +91,0 @@

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