Comparing version 0.0.1 to 0.1.0
{ | ||
"name" : "clazzy", | ||
"version" : "0.0.1", | ||
"version" : "0.1.0", | ||
"description" : "A cross platform JavaScript library that provides a classical interface to a prototype system.", | ||
"description" : "A cross platform JavaScript library that provides a classical interface to prototype inheritance using a simple DSL inspired by Ruby.", | ||
@@ -17,7 +17,18 @@ "author" : | ||
"homepage" : "https://github.com/lsphillips/clazz", | ||
"keywords" : | ||
[ | ||
"class", | ||
"prototype", | ||
"extend", | ||
"base", | ||
"include", | ||
"trait", | ||
"mixin" | ||
], | ||
"homepage" : "https://github.com/lsphillips/Clazzy", | ||
"bugs" : | ||
{ | ||
"url" : "https://github.com/lsphillips/clazz/issues" | ||
"url" : "https://github.com/lsphillips/Clazzy/issues" | ||
}, | ||
@@ -50,3 +61,3 @@ | ||
"type" : "git", | ||
"url" : "https://github.com/lsphillips/clazz.git" | ||
"url" : "https://github.com/lsphillips/Clazzy.git" | ||
}, | ||
@@ -53,0 +64,0 @@ |
## Clazzy | ||
A cross platform JavaScript library that provides a classical interface, using a simple DSL inspired by Ruby, to a prototype system. | ||
A cross platform JavaScript library that provides a classical interface to prototype inheritance using a simple DSL inspired by Ruby. | ||
@@ -5,0 +5,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28123
0