Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-document-write

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-document-write - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

lib/rules/no-document-write.js

@@ -12,2 +12,3 @@ /**

description: "disallow `document.write()` and `document.writeln()`",
category: "Best Practices",
url: "https://github.com/phanect/eslint-plugin-no-document-write",

@@ -14,0 +15,0 @@ },

10

package.json
{
"name": "eslint-plugin-document-write",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint plugin to disallow document.write[ln]()",

@@ -25,10 +25,8 @@ "main": "main.js",

"homepage": "https://github.com/phanect/eslint-plugin-no-document-write",
"dependencies": {
"eslint": "^6.0.0"
},
"devDependencies": {
"@phanect/eslint-plugin": "latest",
"@typescript-eslint/parser": "^2.23.0",
"mocha": "^7.1.0"
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^7.0.0",
"mocha": "^9.0.2"
}
}
# eslint-plugin-document-write
ESLint plugin to disallow document.write[ln]()
ESLint plugin to disallow `document.write()` and `document.writeln()`.

@@ -5,0 +5,0 @@ ## Install

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