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.3 to 1.0.4

3

package.json
{
"name": "eslint-plugin-pagecall-test",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/index.js",
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.31.2",
"path": "^0.12.7",
"requireindex": "^1.2.0"

@@ -8,0 +9,0 @@ },

@@ -1,3 +0,3 @@

import { Model16 } from '@carbon/icons-react';
import { ESLintUtils } from '@typescript-eslint/experimental-utils';
import path from 'path';

@@ -18,3 +18,3 @@ const rule = ESLintUtils.RuleCreator(str => 'temp')({

create: context => {
const fileName = context.getFilename();
const fileName = (context as any).getPhysicalFilename();
if (!fileName.includes('states/stores')) return {};

@@ -21,0 +21,0 @@ return {

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