Socket
Socket
Sign inDemoInstall

eslint-plugin-anti-trojan-source

Package Overview
Dependencies
84
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

5

package.json
{
"name": "eslint-plugin-anti-trojan-source",
"version": "1.0.3",
"version": "1.0.4",
"description": "ESLint plugin to detect and stop Trojan Source attacks",

@@ -12,3 +12,3 @@ "main": "./dist/index.js",

"build": "tsup src/* --no-splitting --minify",
"test": "npm run build && mocha"
"test": "npm run build && nyc --reporter=lcov mocha"
},

@@ -43,2 +43,3 @@ "keywords": [

"mocha": "^9.1.3",
"nyc": "^15.1.0",
"tsup": "^5.6.0",

@@ -45,0 +46,0 @@ "typescript": "^4.4.4"

1

README.md

@@ -18,3 +18,2 @@ <p align="center"><h1 align="center">

<a href="https://github.com/lirantal/eslint-plugin-anti-trojan-source/actions?workflow=CI"><img src="https://github.com/lirantal/eslint-plugin-anti-trojan-source/workflows/CI/badge.svg" alt="build"/></a>
<a href="https://codecov.io/gh/lirantal/eslint-plugin-anti-trojan-source"><img src="https://badgen.net/codecov/c/github/lirantal/eslint-plugin-anti-trojan-source" alt="codecov"/></a>
<a href="https://snyk.io/test/github/lirantal/eslint-plugin-anti-trojan-source"><img src="https://snyk.io/test/github/lirantal/eslint-plugin-anti-trojan-source/badge.svg" alt="Known Vulnerabilities"/></a>

@@ -21,0 +20,0 @@ <a href="./SECURITY.md"><img src="https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg" alt="Responsible Disclosure Policy" /></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc