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 Versions

23

5.1.2

Diff

jayferd
published 5.1.1 •

Changelog

Source

version 5.1.1: 2014-06-25

  • Update name, email, and repository for npm
jayferd
published 5.1.0 •

Changelog

Source

version 5.1.0: 2014-03-09

  • Statically distribute build/p.commonjs.js
jayferd
published 5.0.0 •

Changelog

Source

version 5.0.0: 2013-10-27

  • Allow idiomatic (coffeescript or es6) subclassing of pjs classes, at the cost of subtly breaking back-compat with this.constructor(...). To fix this, just put a new in front of the call.
jayferd
published 4.0.0 •

Changelog

Source

version 4.0.0: 2013-06-13

  • remove .mixin, and add .extend (see #18)
jayferd
published 3.1.0 •

Changelog

Source

version 3.1.0: 2013-06-13

  • Add .p as an alias for .prototype
    • slight minifier optimization
jayferd
published 3.0.2 •

Changelog

Source

version 3.0.2: 2013-04-04

  • Build process fixes (thanks @danro!)
    • rename BareConstructor to SuperclassBare (@laughinghan)
jayferd
published 3.0.0 •

Changelog

Source

version 3.0.0: 2013-01-18

  • Introduce MyClass.Bare as a way of allocating uninitialized instances
    • Created classes will now create instances in exactly the same way no matter what the calling context. In particular this means new works as expected:
new MyClass(1, 2) // calls MyClass::init with arguments (1, 2)
jayferd
published 2.0.2 •

Changelog

Source

version 2.0.2: 2013-01-17

  • Started a CHANGELOG
    • Removed support for the .fn property which was buggy and unused
    • Down to 525 bytes minified
jayferd
published 2.0.1 •

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