Socket
Socket
Sign inDemoInstall

gitrows

Package Overview
Dependencies
23
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.12 to 0.7.13

8

gitrows.js

@@ -313,6 +313,8 @@ const fetch=require('node-fetch');

const self=this;
if (ns&&typeof owner=='undefined');
[ns,owner]=ns.replace('@','').split('/');
if (typeof ns=='undefined')
return Promise.reject(Response(400));
if (typeof owner=='undefined');
[ns,owner]=ns.replace('@','').split('/');
if (ns!='github')
return Promise.reject(Response(501));
return Promise.reject(Response(400));
if (!self.user||!self.token)

@@ -319,0 +321,0 @@ return Promise.reject(Response(403));

{
"name": "gitrows",
"version": "0.7.12",
"version": "0.7.13",
"description": "Use git repos as CRUD data storage",

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc