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

es-alchemy

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-alchemy - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

22

package.json
{
"name": "es-alchemy",
"version": "3.0.1",
"version": "3.0.2",
"description": "Simplification of Elasticsearch interactions",
"main": "lib/index.js",
"scripts": {
"test": "npm run clean && npm run gardener && npm run test-simple",
"clean": "rm -rf lib",
"build": "npx babel src --out-dir lib --source-maps inline --copy-files --include-dotfiles",
"clean-build": "npm run clean && npm run build",
"build-artifact": "npm run clean-build && tar -zxvf $(npm pack) && rm *-0.0.0-development.tgz && cd package && tar -zcvf ../release.tar.gz . && cd .. && rm -rf package",
"build": "npx babel src --out-dir lib --copy-files --include-dotfiles --config-file ./.babelrc",
"build-clean": "npm run clean && npm run build",
"test-simple": "nyc mocha \"./test/**/*.spec.js\"",
"test": "npm run clean && npm run gardener && npm run test-simple",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
"semantic-release": "npm run build-artifact && npm run clean-build && npx semantic-release",
"semantic-release": "npm run build-clean && npx semantic-release",
"gardener": "node gardener"

@@ -40,5 +39,5 @@ },

"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-transform-flow-comments": "7.4.0",
"@babel/preset-flow": "7.0.0",
"@babel/register": "7.4.0",
"@blackflux/eslint-plugin-rules": "1.0.2",
"@blackflux/robo-config-plugin": "1.4.1",
"babel-eslint": "10.0.1",

@@ -49,3 +48,3 @@ "chai": "4.2.0",

"eslint": "5.16.0",
"js-gardener": "1.38.2",
"js-gardener": "2.0.4",
"nyc": "13.3.0",

@@ -84,3 +83,2 @@ "request": "2.88.0",

"coverage/*",
"flow-typed/*",
"lib/*"

@@ -105,5 +103,5 @@ ]

"lodash.isequal": "4.5.0",
"obj-paths": "1.2.3",
"obj-paths": "1.2.4",
"object-hash": "1.3.1",
"object-rewrite": "2.1.13"
"object-rewrite": "2.1.14"
},

@@ -110,0 +108,0 @@ "peerDependencies": {

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

# ESAlchemy
[![Build Status](https://circleci.com/gh/loopmediagroup/es-alchemy.png?style=shield)](https://circleci.com/gh/loopmediagroup/es-alchemy)

@@ -10,4 +12,2 @@ [![Test Coverage](https://img.shields.io/coveralls/loopmediagroup/es-alchemy/master.svg)](https://coveralls.io/github/loopmediagroup/es-alchemy?branch=master)

# ESAlchemy
Simplification of Elasticsearch interactions

@@ -14,0 +14,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