Socket
Socket
Sign inDemoInstall

liquidjs

Package Overview
Dependencies
Maintainers
1
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquidjs - npm Package Compare versions

Comparing version 6.4.0 to 6.4.1

CHANGELOG.md

18

package.json
{
"name": "liquidjs",
"version": "6.4.0",
"version": "6.4.1",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",

@@ -43,2 +43,7 @@ "main": "dist/liquid.common.js",

"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"babel-core": "^6.26.3",

@@ -71,3 +76,3 @@ "babel-plugin-external-helpers": "^6.22.0",

"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-shim": "^1.0.0",

@@ -81,3 +86,10 @@ "rollup-plugin-uglify": "^6.0.2",

"release": {
"branch": "master"
"branch": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},

@@ -84,0 +96,0 @@ "nyc": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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