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

i18n-format

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-format - npm Package Compare versions

Comparing version 4.0.0-pre.3 to 4.0.0-pre.4

5

i18n-format.js

@@ -272,3 +272,6 @@ /**

set observeParams(value) {
console.warn(`${this.is}: observeParams is deprecated and has a read-only dummy value true.`);
if (!this.constructor._observeParamsWarned) {
console.warn(`${this.is}: observeParams is deprecated and has a read-only dummy value true.`);
this.constructor._observeParamsWarned = true;
}
}

@@ -275,0 +278,0 @@

2

package.json

@@ -21,3 +21,3 @@ {

"name": "i18n-format",
"version": "4.0.0-pre.3",
"version": "4.0.0-pre.4",
"main": "i18n-format.js",

@@ -24,0 +24,0 @@ "directories": {

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