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

@lit/localize-tools

Package Overview
Dependencies
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit/localize-tools - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

lib/types/config.d.ts

2

lib/config.d.ts

@@ -7,2 +7,4 @@ /**

import type { Config } from './types/config.js';
export type { Config } from './types/config.js';
export type { TransformOutputConfig, RuntimeOutputConfig, } from './types/modes.js';
/**

@@ -9,0 +11,0 @@ * Read a JSON config file from the given path, validate it, and return it. Also

6

package.json
{
"name": "@lit/localize-tools",
"version": "0.6.2",
"version": "0.6.3",
"publishConfig": {

@@ -23,4 +23,4 @@ "access": "public"

"clean": "git clean -dXn | sed 's/^Would remove //' | grep -v node_modules | xargs rm -rf",
"build": "npm run clean && npm run generate-json-schema && tsc --build",
"generate-json-schema": "typescript-json-schema tsconfig.schema.json ConfigFile --include=src/types/config.d.ts --required --noExtraProps > config.schema.json",
"build": "npm run clean && tsc --build && npm run generate-json-schema",
"generate-json-schema": "typescript-json-schema tsconfig.schema.json ConfigFile --include=lib/types/config.d.ts --required --noExtraProps > config.schema.json",
"test": "npm run test:unit && npm run test:check-tsc",

@@ -27,0 +27,0 @@ "test:unit": "uvu lib/tests '\\.test\\.js$' --ignore 'ssr\\.unit\\.test\\.js$' && uvu lib/tests '\\ssr\\.unit\\.test\\.js$'",

@@ -15,2 +15,8 @@ /**

export type {Config} from './types/config.js';
export type {
TransformOutputConfig,
RuntimeOutputConfig,
} from './types/modes.js';
/**

@@ -17,0 +23,0 @@ * Read a JSON config file from the given path, validate it, and return it. Also

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