Socket
Socket
Sign inDemoInstall

eslint-plugin-no-unsanitized

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-no-unsanitized - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

3

index.js
const { readFileSync } = require("fs");
const path = require("path");
const data = readFileSync("./package.json");
const data = readFileSync(path.join(__dirname, "package.json"));
const packageJSON = JSON.parse(data);

@@ -5,0 +6,0 @@

{
"name": "eslint-plugin-no-unsanitized",
"description": "ESLint rule to disallow unsanitized code",
"version": "4.1.1",
"version": "4.1.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Frederik Braun et al."

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