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

@salesforce/apex-tmlanguage

Package Overview
Dependencies
Maintainers
65
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/apex-tmlanguage - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

14

package.json
{
"name": "@salesforce/apex-tmlanguage",
"version": "1.6.0",
"version": "1.7.0",
"description": "Textmate grammar for Apex with outputs for VSCode, Atom and TextMate.",

@@ -34,2 +34,3 @@ "displayName": "apex-tmLanguage",

"scripts": {
"build": "gulp",
"compile": "node ./node_modules/typescript/bin/tsc -p .",

@@ -39,5 +40,5 @@ "commit-init": "commitizen init cz-conventional-changelog --save-dev --save-exact --force",

"watch": "node ./node_modules/typescript/bin/tsc -w -p .",
"test:soql-tmgrammar": "vscode-tmgrammar-test -s source.soql -g ./grammars/soql.tmLanguage -t './test/soql/*.soql'",
"test:soql-tmgrammar-snapshots": "vscode-tmgrammar-snap -s source.soql -g ./grammars/soql.tmLanguage -t './test/soql/snapshots/*.soql'",
"test": "gulp test; npm run test:soql-tmgrammar; npm run test:soql-tmgrammar-snapshots",
"test:soql-tmgrammar": "vscode-tmgrammar-test -s source.soql -g \"./grammars/soql.tmLanguage\" -t \"./test/soql/*.soql\" ",
"test:soql-tmgrammar-snapshots": "vscode-tmgrammar-snap -s source.soql -g \"./grammars/soql.tmLanguage\" -t \"./test/soql/snapshots/*.soql\" ",
"test": "gulp test && yarn run test:soql-tmgrammar && yarn run test:soql-tmgrammar-snapshots",
"prepare": "gulp",

@@ -77,5 +78,2 @@ "build:default": "gulp default",

},
"volta": {
"node": "12.18.4"
},
"husky": {

@@ -91,2 +89,2 @@ "hooks": {

}
}
}
# Salesforce Apex Language Grammar
[![CircleCI](https://circleci.com/gh/forcedotcom/apex-tmLanguage.svg?style=svg)](https://circleci.com/gh/forcedotcom/apex-tmLanguage)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

@@ -18,5 +17,5 @@

- Run `npm install` to install any dependencies.
- Run `gulp` to build.
- Run `npm run test` to run tests.
- Run `yarn install` to install any dependencies.
- Run `yarn run build` to build using gulp.
- Run `yarn run test` to run tests.

@@ -58,3 +57,3 @@ Output grammars are output in the `grammars/` directory.

Tags on this repo get automatically published as a GitHub release and an NPM package through Travis CI.
Merges to main on this repo with commits of type 'feat' or 'fix' get automatically published as a GitHub release and an NPM package through Github Actions.

@@ -61,0 +60,0 @@ ## Attribution

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