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

eslint-plugin-pagecall-test

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-pagecall-test - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "eslint-plugin-pagecall-test",
"version": "1.0.1",
"version": "1.0.2",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -20,3 +20,7 @@ import { ESLintUtils } from '@typescript-eslint/experimental-utils';

if (node.name === 'PageCall') {
context.report({ node, messageId: 'message' });
context.report({
node,
messageId: 'message',
data: { explanation: `${node.loc}` },
});
}

@@ -23,0 +27,0 @@ },

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