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

@jota-one/i36n

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jota-one/i36n - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1--canary.4.4344853928.0

dist/index.cjs

4

index.d.ts
import {ComputedRef, Ref} from "vue";
type labelsObject = Record<string, string>
export type labelFuncPayload = {

@@ -25,3 +27,3 @@ key: string

export type I36nConfig = {
load: Function
load(ln: string):Promise<labelsObject>
showKey: Ref<boolean>

@@ -28,0 +30,0 @@ }

{
"name": "@jota-one/i36n",
"version": "2.3.0",
"version": "2.3.1--canary.4.4344853928.0",
"type": "module",
"description": "Translation manager twice simpler and twice better",
"main": "src/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "index.d.ts",
"files": [
"dist/*",
"index.d.ts",
"src/index.vue2.js"
],
"repository": {

@@ -16,2 +23,6 @@ "type": "git",

],
"scripts": {
"build": "node build.cjs",
"test": "ava"
},
"author": "Juniors at Work",

@@ -23,3 +34,3 @@ "license": "MIT",

"dependencies": {
"@jota-one/replacer": "^0.3.2",
"@jota-one/replacer": "^0.4.0",
"snarkdown": "^2.0.0"

@@ -37,4 +48,6 @@ },

"devDependencies": {
"vue": "^3.0.5"
"ava": "^5.2.0",
"esbuild": "^0.17.11",
"vue": "^3.2.45"
}
}
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