eslint-plugin-coursera
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -25,3 +25,3 @@ # Deprecate the usage of a module property. (deprecate-module-property) | ||
property: 'courseSlug' | ||
message: 'Use CourseStore.getCousreSlug() instead.' | ||
message: 'Use CourseStore.getCourseSlug() instead.' | ||
``` |
@@ -142,4 +142,4 @@ /* eslint-disable */ | ||
}).forEach(function (_ref) { | ||
var moduleName = _ref.moduleName; | ||
var instance = _ref.instance; | ||
var moduleName = _ref.moduleName, | ||
instance = _ref.instance; | ||
@@ -146,0 +146,0 @@ var node = context.getSourceCode().getNodeByRangeIndex(instance.index); |
{ | ||
"name": "eslint-plugin-coursera", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Custom ESLint rules made by Coursera developers for smoother development", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
23665
16
423