New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/theme-check-docs-updater

Package Overview
Dependencies
Maintainers
25
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/theme-check-docs-updater - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

6

CHANGELOG.md
# @shopify/theme-check-docs-updater
## 2.2.0
### Patch Changes
- @shopify/theme-check-common@2.2.0
## 2.1.0

@@ -4,0 +10,0 @@

2

data/latest.json

@@ -1,2 +0,2 @@

{ "revision": "8f45acec4e008812e35c4b75def37b9da377557d" }
{ "revision": "abca8f577cf5fdff1ce169513562b28faced003b" }

@@ -103,2 +103,3 @@ {

"enum": [
"*",
"404",

@@ -110,4 +111,2 @@ "article",

"collection",
"list-collections",
"gift_card",
"customers/account",

@@ -120,3 +119,6 @@ "customers/activate_account",

"customers/reset_password",
"gift_card",
"index",
"list-collections",
"metaobject",
"page",

@@ -123,0 +125,0 @@ "password",

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A schema for Shopify theme translation files. Supports nested properties, pluralized translations, and translations containing HTML.",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",

@@ -8,6 +7,6 @@ "additionalProperties": {

{
"$ref": "#/$defs/pluralizedString"
"type": "string"
},
{
"type": "string"
"$ref": "#/definitions/pluralizedString"
},

@@ -25,3 +24,3 @@ {

},
"$defs": {
"definitions": {
"pluralizedString": {

@@ -28,0 +27,0 @@ "type": "object",

{
"name": "@shopify/theme-check-docs-updater",
"version": "2.1.0",
"version": "2.2.0",
"description": "Scripts to initialize theme-check data with assets from the theme-liquid-docs repo.",

@@ -33,3 +33,3 @@ "main": "dist/index.js",

"dependencies": {
"@shopify/theme-check-common": "^2.1.0",
"@shopify/theme-check-common": "^2.2.0",
"ajv": "^8.12.0",

@@ -36,0 +36,0 @@ "env-paths": "^2.2.1",

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