Socket
Socket
Sign inDemoInstall

esql

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

6

bower.json
{
"name": "esql",
"version": "0.0.3",
"version": "0.0.4",
"description": "Humane query language for Elasticsearch",
"homepage": "https://github.com/buunguyen/esql",
"homepage": "https://github.com/hmsonline/esql",
"repository": {
"type": "git",
"url": "https://github.com/buunguyen/esql"
"url": "https://github.com/hmsonline/esql"
},

@@ -10,0 +10,0 @@ "dependencies": {

@@ -8,4 +8,3 @@ var gulp = require('gulp')

, buffer = require('vinyl-buffer')
, browserify = require('browserify')
, shims = require('browserify-global-shim').configure({ 'lodash': '_' })
, browserify = require('browserify');

@@ -12,0 +11,0 @@ function pipe(src, transforms, dest) {

{
"name": "esql",
"version": "0.0.3",
"version": "0.0.4",
"description": "Humane query language for Elasticsearch",

@@ -19,3 +19,3 @@ "keywords": [

"type": "git",
"url": "https://github.com/buunguyen/esql"
"url": "https://github.com/hmsonline/esql"
},

@@ -25,5 +25,5 @@ "author": "Buu Nguyen <buunguyen@gmail.com> (https://github.com/buunguyen)",

"bugs": {
"url": "https://github.com/buunguyen/esql/issues"
"url": "https://github.com/hmsonline/esql/issues"
},
"homepage": "https://github.com/buunguyen/esql",
"homepage": "https://github.com/hmsonline/esql",
"browserify": {

@@ -30,0 +30,0 @@ "transform": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc