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 0.3.2 to 0.3.3-beta.0

.nyc_output/01f12cd2-6e22-44cd-abaa-263164c27947.json

5

dist/index.d.ts

@@ -1,2 +0,3 @@

export { parseQuery } from './SoqlParser';
export { composeQuery } from './SoqlComposer';
export * from './SoqlParser';
export * from './SoqlComposer';
export * from './models/SoqlQuery.model';
{
"name": "soql-parser-js",
"version": "0.3.2",
"version": "0.3.3-beta.0",
"description": "Salesforce.com SOQL parser.",

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

"release": "release-it",
"update-docs": "cd docs && npm run update"
"update-docs": "cd docs && npm run update",
"update-docs:no-git": "cd docs && npm run deploy"
},

@@ -25,0 +26,0 @@ "author": "Austin Turner <paustint@gmail.com>",

4

README.md
# SOQL Parser JS
[![build](https://api.travis-ci.com/paustint/soql-parser-js.png?branch=master)](https://travis-ci.com/paustint/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)
## Description

@@ -4,0 +8,0 @@ SOQL Parser JS will parse a SOQL query string into an object that is easy to work with and has the query broken down into usable parts.

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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