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

@shopify/theme-check-docs-updater

Package Overview
Dependencies
Maintainers
25
Versions
43
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 1.18.2 to 1.19.0

7

CHANGELOG.md
# @shopify/theme-check-docs-updater
## 1.19.0
### Patch Changes
- Updated dependencies [d9f3063]
- @shopify/theme-check-common@1.19.0
## 1.18.2

@@ -4,0 +11,0 @@

4

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

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

"dependencies": {
"@shopify/theme-check-common": "^1.18.2",
"@shopify/theme-check-common": "^1.19.0",
"ajv": "^8.12.0",

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

@@ -5,4 +5,4 @@ {

"references": [
{ "path": "../theme-check-common" }
{ "path": "../theme-check-common/tsconfig.build.json" }
]
}

@@ -6,5 +6,9 @@ {

"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"rootDir": "src",
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo",
"paths": {
"@shopify/theme-check-common": ["../theme-check-common/src"]
}
},

@@ -11,0 +15,0 @@ "references": [

Sorry, the diff of this file is not supported yet

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