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

@shopify/theme-check-node

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-node - npm Package Compare versions

Comparing version 1.14.1 to 1.15.0

4

dist/index.js

@@ -26,2 +26,3 @@ "use strict";

const glob = require("glob");
const theme_check_docs_updater_1 = require("@shopify/theme-check-docs-updater");
const file_utils_1 = require("./file-utils");

@@ -58,5 +59,8 @@ const config_1 = require("./config");

const defaultTranslations = JSON.parse((defaultTranslationsFile === null || defaultTranslationsFile === void 0 ? void 0 : defaultTranslationsFile.source) || '{}');
const themeLiquidDocsManager = new theme_check_docs_updater_1.ThemeLiquidDocsManager();
const offenses = await (0, theme_check_common_1.check)(theme, config, {
fileExists: file_utils_1.fileExists,
fileSize: file_utils_1.fileSize,
themeDocset: themeLiquidDocsManager,
schemaValidators: themeLiquidDocsManager,
async getDefaultTranslations() {

@@ -63,0 +67,0 @@ return defaultTranslations;

5

package.json
{
"name": "@shopify/theme-check-node",
"version": "1.14.1",
"version": "1.15.0",
"main": "dist/index.js",

@@ -28,3 +28,4 @@ "types": "dist/index.d.ts",

"dependencies": {
"@shopify/theme-check-common": "1.14.1",
"@shopify/theme-check-common": "1.15.0",
"@shopify/theme-check-docs-updater": "1.15.0",
"glob": "^8.0.3",

@@ -31,0 +32,0 @@ "yaml": "^2.3.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