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

@shopify/theme-check-common

Package Overview
Dependencies
Maintainers
24
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/theme-check-common - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

dist/checks/unique-static-block-id/index.d.ts

4

dist/checks/index.js

@@ -36,2 +36,4 @@ "use strict";

const variable_name_1 = require("./variable-name");
const valid_static_block_type_1 = require("./valid-static-block-type");
const unique_static_block_id_1 = require("./unique-static-block-id");
exports.allChecks = [

@@ -69,2 +71,4 @@ app_block_valid_tags_1.AppBlockValidTags,

variable_name_1.VariableName,
valid_static_block_type_1.ValidStaticBlockType,
unique_static_block_id_1.UniqueStaticBlockId,
];

@@ -71,0 +75,0 @@ /**

2

package.json
{
"name": "@shopify/theme-check-common",
"version": "2.7.0",
"version": "2.8.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -34,2 +34,4 @@ import { ConfigTarget, JSONCheckDefinition, LiquidCheckDefinition } from '../types';

import { VariableName } from './variable-name';
import { ValidStaticBlockType } from './valid-static-block-type';
import { UniqueStaticBlockId } from './unique-static-block-id';

@@ -68,2 +70,4 @@ export const allChecks: (LiquidCheckDefinition | JSONCheckDefinition)[] = [

VariableName,
ValidStaticBlockType,
UniqueStaticBlockId,
];

@@ -70,0 +74,0 @@

Sorry, the diff of this file is not supported yet

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