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.0 to 1.0.1

5

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

@@ -12,6 +12,5 @@ "keywords": [],

"test": "jest",
"postinstall": "npm run build",
"check-lint": "prettier --list-different '**/*.js' && eslint '**/*.js'",
"lint": "prettier --write '**/*.js' && eslint --fix '**/*.js'",
"prepublishOnly": "npm ci && npm run check-lint && npm test",
"prepublishOnly": "npm ci && npm run build && npm run check-lint && npm test",
"postpublish": "git tag v$npm_package_version && git push --tags"

@@ -18,0 +17,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