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

eslint-plugin-factorial

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-factorial - npm Package Compare versions

Comparing version 2.0.23 to 2.0.24

2

package.json
{
"name": "eslint-plugin-factorial",
"version": "2.0.23",
"version": "2.0.24",
"main": "index.js",

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

@@ -18,3 +18,3 @@ module.exports = {

(node.arguments[0].type === 'Literal') ||
(node.arguments[0].type === 'TemplateLiteral' && path.value.arguments[0].quasis.length === 1)
(node.arguments[0].type === 'TemplateLiteral' && node.arguments[0].quasis.length === 1)
)

@@ -21,0 +21,0 @@

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