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

coding-generic

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coding-generic - npm Package Compare versions

Comparing version 1.2.11 to 1.2.12

2

lib/request.js

@@ -17,3 +17,3 @@ const axios = require('axios');

const responseFailed = error => {
const url = error.config?.url
const url = error && error.config && error.config.url
console.error('网络请求错误', `(${url})`);

@@ -20,0 +20,0 @@ logger.error(`网络请求错误 (${url})`);

{
"name": "coding-generic",
"version": "1.2.11",
"version": "1.2.12",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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