Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8 to 1.0.9

.eslintrc.json

2

dist/rules/not-use-global-pagecall-in-stores.js
"use strict";
const experimental_utils_1 = require("@typescript-eslint/experimental-utils");
const rule = experimental_utils_1.ESLintUtils.RuleCreator(str => 'temp')({
const rule = experimental_utils_1.ESLintUtils.RuleCreator(name => `https://github.com/pplink/pagecall-client/tree/main/docs/rules/${name}.md`)({
defaultOptions: [],

@@ -5,0 +5,0 @@ name: 'not-use-global-pagecall-in-stores',

{
"name": "eslint-plugin-pagecall-test",
"version": "1.0.8",
"version": "1.0.9",
"main": "./dist/index.js",

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

import { ESLintUtils } from '@typescript-eslint/experimental-utils';
const rule = ESLintUtils.RuleCreator(str => 'temp')({
const rule = ESLintUtils.RuleCreator(
name =>
`https://github.com/pplink/pagecall-client/tree/main/docs/rules/${name}.md`
)({
defaultOptions: [],

@@ -5,0 +8,0 @@ name: 'not-use-global-pagecall-in-stores',

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