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.6.5 to 1.6.6

4

github/repository/invite.js

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

@param repos = Array
@param arrays = Array of Array
@param arrays = Two dimension array
@param token = String

@@ -32,3 +32,3 @@ */

try {
await axios.put(replacePlaceholders(config.repocollaboratorurl, replacements), {}, {
await axios.put(replacePlaceholders(config.repocollaboratorurl, replacements), {
headers: {

@@ -35,0 +35,0 @@ Authorization: `Bearer ${token}`,

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

@param repos = Array
@param arrays = Array of Array
@param arrays = Two dimension array
@param token = String

@@ -15,0 +15,0 @@ */

{
"name": "jwz",
"version": "1.6.5",
"version": "1.6.6",
"description": "Utils",

@@ -5,0 +5,0 @@ "repository": {

@@ -1,2 +0,2 @@

![license](https://img.shields.io/badge/license-MIT-blue) ![version](https://img.shields.io/badge/version-1.6.5-blue)
![license](https://img.shields.io/badge/license-MIT-blue) ![version](https://img.shields.io/badge/version-1.6.6-blue)
<div align="center">

@@ -57,3 +57,3 @@ <a href="https://opencollective.com/jetsadawijit" target="_blank" rel="noopener noreferrer">

@param repos = Array
@param arrays = Array of Array
@param arrays = Two dimension array
@param token = String

@@ -78,3 +78,3 @@ */

@param repos = Array
@param arrays = Array of Array
@param arrays = Two dimension array
@param token = String

@@ -81,0 +81,0 @@ */

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