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

gist-map-browser

Package Overview
Dependencies
Maintainers
31
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gist-map-browser - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

9

index.js

@@ -6,4 +6,5 @@ var request = require('browser-request'),

module.exports = function(_) {
module.exports = function(_, endpoint) {
token = _;
base = endpoint || base;
return module.exports;

@@ -60,3 +61,5 @@ };

c.onclick = function(elem) {
onclick(gist, elem);
page('/gists/' + gist.id, function(err, res){
onclick(res, elem);
});
};

@@ -84,3 +87,3 @@ }

request({
uri: 'https://api.github.com' + postfix,
uri: base + postfix,
headers: {

@@ -87,0 +90,0 @@ Authorization: 'token ' + token

{
"name": "gist-map-browser",
"version": "0.1.1",
"version": "0.2.0",
"description": "browse through your recent mappy gists",

@@ -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