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

fluidlint

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluidlint - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

11

dist/index.js

@@ -39,2 +39,13 @@ "use strict";

}
}, tag => {
const params = tag.tagValue.split(/[\s,]+/).filter(p => p !== '');
if (params.some(p => p.endsWith(':') && p.includes('-'))) {
return {
ruleId: 'no-property-dash',
message: 'Properties should not have dashes',
source: tag.source,
severity: 'error'
};
}
}];

@@ -41,0 +52,0 @@

2

package.json
{
"name": "fluidlint",
"version": "1.0.2",
"version": "1.1.0",
"description": "CLI that ensures that Liquid features that aren't supported by Fluid are not used.",

@@ -5,0 +5,0 @@ "keywords": [],

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