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

esq

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esq - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "esq",
"version": "0.0.3",
"version": "0.0.4",
"description": "Easily build elasticsearch queries",

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

@@ -93,4 +93,14 @@ # ESQ

Coming soon!
Currently it's not been tested in any browsers, but i'm sure it'll work with most modern browsers.
Usage:
```
<script src="esq.js"></script>
<script>
var esq = new ESQ();
esq.query('query', { match: { foo: 'bar' } });
var query = esq.getQuery();
</script>
```
## Documentation

@@ -97,0 +107,0 @@

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