New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

Class

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Class - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

package.json
{
"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"

4

test.js

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