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

@operato/i18n

Package Overview
Dependencies
Maintainers
6
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/i18n - npm Package Compare versions

Comparing version 1.5.14 to 2.0.0-alpha.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.0.0-alpha.0](https://github.com/hatiolab/operato/compare/v1.13.1...v2.0.0-alpha.0) (2024-01-05)
**Note:** Version bump only for package @operato/i18n
### [1.5.14](https://github.com/hatiolab/operato/compare/v1.5.13...v1.5.14) (2023-10-29)

@@ -8,0 +16,0 @@

2

dist/src/config.js

@@ -32,3 +32,3 @@ /**

caches: ['cookie'],
excludeCacheFor: ['cimode'],
excludeCacheFor: ['cimode'], // languages to not persist (cookie, localStorage)
// optional set cookie options, reference:[MDN Set-Cookie docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie)

@@ -35,0 +35,0 @@ cookieOptions: { path: '/', sameSite: 'strict' }

@@ -17,5 +17,5 @@ // migrated from https://github.com/i18next/i18next-http-backend

queryStringParams: {},
crossDomain: false,
withCredentials: false,
overrideMimeType: false,
crossDomain: false, // used for XmlHttpRequest
withCredentials: false, // used for XmlHttpRequest
overrideMimeType: false, // used for XmlHttpRequest
requestOptions: {

@@ -22,0 +22,0 @@ // used for fetch

@@ -9,4 +9,4 @@ import { LitElement } from 'lit';

}[];
render(): import("lit-html").TemplateResult<1>;
render(): import("lit").TemplateResult<1>;
onLocaleChanged(value: string): Promise<void>;
}

@@ -8,4 +8,4 @@ /**

msgid: string;
render(): import("lit-html").TemplateResult<1>;
render(): import("lit").TemplateResult<1>;
}
export {};

@@ -5,3 +5,3 @@ {

"author": "heartyoh",
"version": "1.5.14",
"version": "2.0.0-alpha.0",
"main": "dist/src/index.js",

@@ -91,3 +91,3 @@ "module": "dist/src/index.js",

},
"gitHead": "f8100ae7ec26e7e2bfd6d71ca67d5e8058639a50"
"gitHead": "f995e977847947a1ac4043ff7c627a5cf2ada67b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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