New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-coursera

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-coursera - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

docs/rules/no-translated-template-strings.md

2

docs/rules/deprecate-module-property.md

@@ -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": [

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