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

@rjgf/http-client

Package Overview
Dependencies
Maintainers
7
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjgf/http-client - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

1

dist/index.js

@@ -8,2 +8,3 @@ "use strict";

const axios_1 = __importDefault(require("axios"));
// eslint-disable-next-line import/no-unused-modules
class HTTPClient {

@@ -10,0 +11,0 @@ constructor(baseURL, store) {

6

package.json

@@ -18,3 +18,3 @@ {

],
"gitHead": "1581e89c92c1d98fb74428cde1a264548a3b3d2f",
"gitHead": "e12286157784a732b1e3dbbb8efbaeb0553862e0",
"license": "Apache-2.0",

@@ -29,7 +29,7 @@ "main": "./dist/index.js",

"dev": "yarn tsc -w",
"lint": "yarn eslint --config .eslintrc.js --ignore-path .eslintignore --fix --ext .js,.jsx,.ts,.tsx,.vue --max-warnings 0 ./",
"lint": "yarn eslint --config ../../.eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue --max-warnings 0 ./src",
"prepublish": "yarn build",
"test": "echo 'test skip' && exit 0"
},
"version": "0.1.7"
"version": "0.1.8"
}

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