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

@inlang/message-lint-rule

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inlang/message-lint-rule - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

dist/interface.d.ts

@@ -57,3 +57,3 @@ import type { Message } from "@inlang/message";

* Github discussion to upvote a plain Json Schema validator and read the benefits of Typebox
* https://github.com/inlang/monorepo/discussions/1503
* https://github.com/opral/monorepo/discussions/1503
*/

@@ -60,0 +60,0 @@ settingsSchema: import("@sinclair/typebox").TOptional<TObject<{}>>;

@@ -12,5 +12,5 @@ import { Translatable } from "@inlang/translatable";

* Github discussion to upvote a plain Json Schema validator and read the benefits of Typebox
* https://github.com/inlang/monorepo/discussions/1503
* https://github.com/opral/monorepo/discussions/1503
*/
settingsSchema: Type.Optional(Type.Object({}, { additionalProperties: true })),
});
{
"name": "@inlang/message-lint-rule",
"type": "module",
"version": "1.4.0",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./dist/index.js"
},
"files": [
"./dist",
"./src"
],
"scripts": {
"build": "tsc --build",
"dev": "tsc --watch",
"test": "tsc --noEmit",
"lint": "eslint ./src --fix",
"format": "prettier ./src --write",
"clean": "rm -rf ./dist ./.turbo ./node_modules"
},
"dependencies": {
"@inlang/json-types": "*",
"@inlang/language-tag": "*",
"@inlang/message": "*",
"@inlang/project-settings": "*",
"@inlang/translatable": "*"
},
"peerDependencies": {
"@sinclair/typebox": "^0.31.17"
},
"devDependencies": {
"tsd": "0.28.1",
"typescript": "5.2.2"
}
}
"name": "@inlang/message-lint-rule",
"type": "module",
"version": "1.4.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./dist/index.js"
},
"files": [
"./dist",
"./src"
],
"dependencies": {
"@inlang/json-types": "1.1.0",
"@inlang/language-tag": "1.4.0",
"@inlang/message": "2.0.1",
"@inlang/project-settings": "2.2.1",
"@inlang/translatable": "1.2.1"
},
"peerDependencies": {
"@sinclair/typebox": "^0.31.17"
},
"devDependencies": {
"tsd": "0.28.1",
"typescript": "5.2.2"
},
"scripts": {
"build": "tsc --build",
"dev": "tsc --watch",
"test": "tsc --noEmit",
"lint": "eslint ./src --fix",
"format": "prettier ./src --write",
"clean": "rm -rf ./dist ./node_modules"
}
}

@@ -65,3 +65,3 @@ import type { Message } from "@inlang/message"

* Github discussion to upvote a plain Json Schema validator and read the benefits of Typebox
* https://github.com/inlang/monorepo/discussions/1503
* https://github.com/opral/monorepo/discussions/1503
*/

@@ -68,0 +68,0 @@ settingsSchema: Type.Optional(Type.Object({}, { additionalProperties: true })),

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