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

@acrool/imgz-client

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acrool/imgz-client - npm Package Compare versions

Comparing version 0.0.5-test.0 to 0.0.5-test.1

1

dist/fetcher/interceptors.js

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

const interceptorsResponseFulfilled = (originConfig) => {
console.log('originConfig', originConfig);
return originConfig;

@@ -13,0 +14,0 @@ };

3

dist/ImgzNodeClient.js

@@ -92,3 +92,4 @@ "use strict";

.catch(response => {
reject({
console.log('response____', response);
return reject({
code: response.code,

@@ -95,0 +96,0 @@ message: response.message,

{
"name": "@acrool/imgz-client",
"version": "0.0.5-test.0",
"version": "0.0.5-test.1",
"description": "This is a Client of the acrool-imgz api server, which can isolate its core from the impact of the environment version.",

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

Sorry, the diff of this file is not supported yet

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