Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dlint/config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlint/config - npm Package Compare versions

Comparing version
0.1.1
to
0.2.0
+3
-2
build/core/DLintConfigSchema.js

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

const core_1 = require("@dlint/core");
const LAYER_NAME_PATTERN = '^.+$';
const JsonSchema = {

@@ -30,3 +31,3 @@ $schema: 'http://json-schema.org/draft-07/schema#',

patternProperties: {
'^[a-zA-Z0-9_-]+$': {
[LAYER_NAME_PATTERN]: {
type: 'array',

@@ -49,3 +50,3 @@ items: {

patternProperties: {
'^[a-zA-Z0-9_-]+$': {
[LAYER_NAME_PATTERN]: {
type: ['array', 'null'],

@@ -52,0 +53,0 @@ items: {

+2
-2
{
"name": "@dlint/config",
"description": "DLint config",
"version": "0.1.1",
"version": "0.2.0",
"author": "FujiHaruka <fizzyjohn1427@gmail.com>",

@@ -10,3 +10,3 @@ "bugs": {

"dependencies": {
"@dlint/core": "0.1.1",
"@dlint/core": "0.2.0",
"ajv": "^6.10.2",

@@ -13,0 +13,0 @@ "chalk": "^3.0.0",