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

@inlang/language-tag

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inlang/language-tag - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

dist/lookup.d.ts

1

dist/index.d.ts
export { LanguageTag } from "./interface.js";
export { lookup } from "./lookup.js";
//# sourceMappingURL=index.d.ts.map
export { LanguageTag } from "./interface.js";
export { lookup } from "./lookup.js";

62

package.json
{
"name": "@inlang/language-tag",
"type": "module",
"version": "1.2.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 && vitest run --passWithNoTests",
"lint": "eslint ./src --fix",
"format": "prettier ./src --write",
"clean": "rm -rf ./dist ./.turbo ./node_modules"
},
"peerDependencies": {
"@sinclair/typebox": "^0.31.0"
},
"devDependencies": {
"tsd": "0.28.1",
"typescript": "5.2.2",
"vitest": "0.34.4"
}
}
"name": "@inlang/language-tag",
"type": "module",
"version": "1.3.0",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./dist/index.js"
},
"files": [
"./dist",
"./src"
],
"peerDependencies": {
"@sinclair/typebox": "^0.31.17"
},
"devDependencies": {
"tsd": "0.28.1",
"typescript": "5.2.2",
"vitest": "0.34.4"
},
"scripts": {
"build": "tsc --build",
"dev": "tsc --watch",
"test": "tsc --noEmit && vitest run --passWithNoTests",
"lint": "eslint ./src --fix",
"format": "prettier ./src --write",
"clean": "rm -rf ./dist ./node_modules"
}
}
export { LanguageTag } from "./interface.js"
export { lookup } from "./lookup.js"

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