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

jwz

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwz - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

index.js

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

const axios = require('axios');
/*

@@ -49,3 +51,4 @@ @param org = String

success: false,
message: 'Internal server error'
message: 'Internal server error',
status: error.response ? error.response.status : undefined
};

@@ -52,0 +55,0 @@ }

2

package.json
{
"name": "jwz",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utils",

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

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