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.2.8 to 1.2.9

9

index.js

@@ -53,4 +53,2 @@ const axios = require('axios');

var createRepoUrl = replacePlaceholders(config.repourl, replacements)
// Request headers

@@ -70,3 +68,3 @@ const headers = {

// Make a POST request to create the repository
const createResponse = await axios.post(createRepoUrl, data, { headers });
const createResponse = await axios.post(replacePlaceholders(config.repourl, replacements), data, { headers });

@@ -126,6 +124,3 @@ // Check if the repository was created successfully

// Get repo collaborator url
var collaboratorUrl = replacePlaceholders(config.repourlcollaborator, replacements)
await axios.put(collaboratorUrl, {}, {
await axios.put(replacePlaceholders(config.repourlcollaborator, replacements), {}, {
headers: {

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

{
"name": "jwz",
"version": "1.2.8",
"version": "1.2.9",
"description": "Utils",

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

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