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

gist-map-browser

Package Overview
Dependencies
Maintainers
51
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.2.0 to 0.2.1

4

index.js

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

var t = c.appendChild(ce('div', 'gist-map-title'));
t.innerHTML = gist.description;
t.textContent = gist.description;
var contents = c.appendChild(ce('div', 'gist-map-contents'));
contents.innerHTML = Object.keys(gist.files).join(', ');
contents.textContent = Object.keys(gist.files).join(', ');
c.onclick = function(elem) {

@@ -61,0 +61,0 @@ page('/gists/' + gist.id, function(err, res){

{
"name": "gist-map-browser",
"version": "0.2.0",
"version": "0.2.1",
"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