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 5.1.1 to 5.1.2

LICENSE

23

package.json
{
"name": "pjs",
"version": "5.1.1",
"version": "5.1.2",
"description": "A lightweight class system. It's just prototypes!",
"keywords": ["class", "pjs", "P", "inheritance", "super"],
"keywords": [
"class",
"pjs",
"P",
"inheritance",
"super"
],
"author": "Jeanine Adkisson <jneen at jneen dot net>",
"repository": "git://github.com/jneen/pjs",
"files": ["index.js", "src", "test", "Makefile", "package.json", "README.md", "CHANGELOG.md", "build/p.commonjs.js"],
"license": "MIT",
"files": [
"index.js",
"src",
"test",
"Makefile",
"package.json",
"README.md",
"CHANGELOG.md",
"build/p.commonjs.js"
],
"main": "index.js",

@@ -11,0 +26,0 @@ "devDependencies": {

6

README.md

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

[![Build Status](https://secure.travis-ci.org/jayferd/pjs.png)](http://travis-ci.org/jayferd/pjs)
[![Build Status](https://secure.travis-ci.org/jneen/pjs.png)](http://travis-ci.org/jneen/pjs)

@@ -46,3 +46,3 @@ # P.js

Most class systems for JS let you define classes by passing an object. P.js lets you pass a function instead, which allows you to closure private methods and macros. It's also &lt;0.4kb minified (`make report`: 478).
Most class systems for JS let you define classes by passing an object. P.js lets you pass a function instead, which allows you to closure private methods and macros. It's also &lt;0.4kb minified (`make report`: 467).

@@ -63,3 +63,3 @@ ### why doesn't pjs suck?

[joose]: http://joose.it
[structr]: http://search.npmjs.org/#/structr
[structr]: https://www.npmjs.com/package/structr

@@ -66,0 +66,0 @@ ## what can i do with pjs?

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