Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-tidal-extras

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-tidal-extras - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

5

index.js

@@ -0,1 +1,6 @@

/**
* @fileoverview Extra rules for TIDAL Web App
* @author Jeremy Karlsson
*/
module.exports.rules = {

@@ -2,0 +7,0 @@ "no-get-artist": context => ({

17

package.json
{
"name": "eslint-plugin-tidal-extras",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"description": "Extra rules for TIDAL Web App",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Jeremy Karlsson <jeremy.karlsson@tidal.com>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"engines": {
"node": ">=0.10.0"
},
"author": "Jeremy Karlsson <jeremy.karlsson@tidal.com>",
"license": "MIT"
"license": "ISC"
}
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