Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Compatible with CommonJS and AMD.
var Cla55 = require('cla55');
Cla55.extend(protoProps, staticProps, _super);
Cla55.create(Parent, protoProps, staticProps, _super);
Shortcut to create a new class and inherit from Cla55
.
protoProps
[Object] A hash of prototype methods/properties to extend (including constructor
method)staticProps
[Object, optional] A hash of static methods to extend_super
[Boolean, optional] Hook methods with ._super()
and ._superApply()
methodsCla55
Class create helper to create a new class and inherit from Parent
.
Parent
[Function] A function to inheritprotoProps
[Object] A hash of prototype methods/properties to extend (including constructor
method)staticProps
[Object, optional] A hash of static methods to extend_super
[Boolean, optional] Hook methods with ._super()
and ._superApply()
methodsParent
Direct expose of the base class Cla55
.
Cla55
FAQs
Simply create or extend classes in JavaScript
We found that cla55 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.