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

pjs

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pjs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

examples/ninja.js

@@ -1,2 +0,2 @@

var Person = C(function(person) {
var Person = P(function(person) {
person.init = function(isDancing) { this.dancing = isDancing };

@@ -6,3 +6,3 @@ person.dance = function() { return this.dancing };

var Ninja = C(Person, function(ninja, person) {
var Ninja = P(Person, function(ninja, person) {
ninja.init = function() { person.init.call(this, false) };

@@ -9,0 +9,0 @@ ninja.swingSword = function() { return 'swinging sword!' };

{
"name": "pjs",
"version": "0.0.2",
"version": "0.0.3",
"description": "A lightweight class system for the limbo artist",
"keywords": ["class", "pjs", "P", "inheritance", "super"],
"author": "Jay Adkisson <jjmadkisson at gmail dot com>",
"repository": "git://github.com/jayferd/limbo",
"repository": "git://github.com/jayferd/pjs",

@@ -9,0 +9,0 @@ "files": ["index.js", "src", "build", "test", "Makefile", "package.json"],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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