Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "Class", | ||
"author": "Firejune (http://firejune.com/)", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Port of Prototype.js inheritance implementation for Node.js.", | ||
@@ -26,5 +26,2 @@ "homepage": "http://github.com/firejune/class", | ||
}], | ||
"bugs" : { | ||
"web" : "http://github.com/firejune/class/issues" | ||
}, | ||
"engines": { | ||
@@ -31,0 +28,0 @@ "node": ">= 0.4.0" |
@@ -23,6 +23,6 @@ var Class = require('./lib/class'); | ||
ringneck.speak(); | ||
//-> "Ringneck says: hissssssssss!" | ||
//-> "Ringneck says: hissssssssss! " | ||
var rattlesnake = new Snake("Rattler"); | ||
rattlesnake.speak(); | ||
//-> "Rattler says: hissssssssss!" | ||
//-> "Rattler says: hissssssssss!" |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
138
0
6702
1