gist-map-browser
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3010