core-decorators
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "core-decorators", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Library of ES7 decorators inspired by languages that come with built-ins like @override, @deprecated, etc", | ||
"main": "src/index.js", | ||
"main": "src/core-decorators/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -52,3 +52,3 @@ # core-decorators.js | ||
person.kickDog(); | ||
// DEPRECATION Person#kickDog: This function is deprecated and will be removed in future versions. | ||
// DEPRECATION Person#kickDog: This function will be removed in future versions. | ||
@@ -55,0 +55,0 @@ person.kickDogHard(); |
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
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
11634