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

@transferwise/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transferwise/eslint-plugin - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

rules/get-server-side-props-is-in-pages-directory.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v0.2.0
## Add rule for getServerSideProps being in the pages directory
# v0.1.1

@@ -2,0 +6,0 @@

7

index.js

@@ -1,7 +0,10 @@

const formHasMethodAttribute = require("./rules/form-has-method-attribute");
const formHasMethodAttribute = require('./rules/form-has-method-attribute');
const getServerSidePropsIsInPagesDirectory = require('./rules/get-server-side-props-is-in-pages-directory');
module.exports = {
rules: {
"form-has-method-attribute": formHasMethodAttribute,
'form-has-method-attribute': formHasMethodAttribute,
'get-server-side-props-is-in-pages-directory':
getServerSidePropsIsInPagesDirectory,
},
};
{
"name": "@transferwise/eslint-plugin",
"version": "0.1.1",
"version": "0.2.0",
"description": "TransferWise ESLint plugin",

@@ -5,0 +5,0 @@ "main": "./index.js",

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