New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

influx-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

influx-api - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/index.js

37

package.json
{
"name": "influx-api",
"version": "0.1.0",
"version": "0.1.1",
"description": "Thin wrapper around Axios HTTP library which eases working with Influx HTTP API",
"main": "index.js",
"repository": "https://github.com/jmarceli/influx-api",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jmarceli/influx-api.git"
},
"author": "Jan Grzegorowski <grzegorowski@gmail.com>",

@@ -11,8 +14,18 @@ "license": "MIT",

"scripts": {
"test": "jest src",
"clean": "rimraf lib",
"test": "yarn jest src",
"test:watch": "BABEL_ENV=test yarn jest src --watch --notify",
"cover": "jest src --coverage",
"lint": "eslint src",
"coverage": "jest src --coverage",
"build": "BABEL_ENV=production yarn babel ./src -d ./lib --ignore src/__mocks__/*.js,*.test.js && cp src/types.js.flow lib/",
"precommit": "yarn flow src && yarn lint && yarn test",
"test:watch": "jest src --watch --notify"
"prepublish": "yarn clean && yarn lint && yarn test && yarn build"
},
"engines": {
"node": ">= 8.x"
},
"keywords": [
"influx",
"influx-http-api"
],
"dependencies": {

@@ -23,7 +36,10 @@ "axios": "^0.18.0",

"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^23.4.0",
"babel-plugin-flow-runtime": "^0.17.0",
"babel-plugin-rewire": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.6.0",

@@ -38,3 +54,4 @@ "eslint-config-airbnb-base": "^13.1.0",

"jest": "^23.6.0",
"jest-mock-axios": "^2.1.11"
"jest-mock-axios": "^2.1.11",
"rimraf": "^2.6.2"
},

@@ -41,0 +58,0 @@ "husky": {

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