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

soql-parser-js

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soql-parser-js - npm Package Compare versions

Comparing version 4.7.0 to 4.7.1

4

CHANGELOG.md
# Changelog
## 4.7.1
The repository was moved from `paustint` to `jetstreamapp`. No code changes.
## 4.7.0

@@ -4,0 +8,0 @@

2

dist_cli/src/parser/parser.js

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

// GeolocationUnit is matched even when it is an actual string in a WHERE clause - treat as StringIdentifier
// https://github.com/paustint/soql-parser-js/issues/188
// https://github.com/jetstreamapp/soql-parser-js/issues/188
{ GATE: () => !isArray, ALT: () => this.CONSUME(lexer.GeolocationUnit, { LABEL: 'StringIdentifier' }) },

@@ -497,0 +497,0 @@ { GATE: () => !isArray, ALT: () => this.CONSUME(lexer.StringIdentifier) },

{
"name": "soql-parser-js",
"version": "4.7.0",
"version": "4.7.1",
"description": "Salesforce.com SOQL parser and composer",

@@ -83,4 +83,4 @@ "main": "dist/index.js",

"type": "git",
"url": "https://github.com/paustint/soql-parser-js"
"url": "https://github.com/jetstreamapp/soql-parser-js"
}
}
<img src="./assets/soql-parser-js-logo.svg">
[![build](https://api.travis-ci.com/paustint/soql-parser-js.png?branch=master)](https://travis-ci.com/paustint/soql-parser-js)
[![build](https://api.travis-ci.com/jetstreamapp/soql-parser-js.png?branch=master)](https://travis-ci.com/jetstreamapp/soql-parser-js)
[![npm version](https://badge.fury.io/js/soql-parser-js.svg)](https://badge.fury.io/js/soql-parser-js)
[![dependencies](https://david-dm.org/paustint/soql-parser-js.svg)](https://david-dm.org/paustint/soql-parser-js)
[![dependencies](https://david-dm.org/jetstreamapp/soql-parser-js.svg)](https://david-dm.org/jetstreamapp/soql-parser-js)

@@ -422,3 +422,3 @@ ## Description

This function is provided as a convenience and just calls parse and compose.
[Check out the demo](https://paustint.github.io/soql-parser-js/) to see the outcome of the various format options.
[Check out the demo](https://jetstreamapp.github.io/soql-parser-js/) to see the outcome of the various format options.

@@ -942,2 +942,2 @@ ```typescript

All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/master/CONTRIBUTING.md).
All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/jetstreamapp/soql-parser-js/blob/master/CONTRIBUTING.md).

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