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

@browsery/i18next

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browsery/i18next - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

cjs/index.cjs

13

package.json
{
"name": "@browsery/i18next",
"version": "0.1.0",
"version": "0.2.0",
"description": "Browser compatible i18next module",

@@ -13,5 +13,4 @@ "author": "Panates",

"type": "module",
"module": "./esm/index.min.mjs",
"main": "./cjs/index.min.cjs",
"browser": "./cjs/index.min.mjs",
"module": "./esm/index.mjs",
"main": "./cjs/index.cjs",
"types": "./typings/index.d.ts",

@@ -24,9 +23,7 @@ "typings": "./typings/index.d.ts",

".": {
"require": "./cjs/index.min.cjs",
"default": "./esm/index.min.mjs"
"require": "./cjs/index.cjs",
"default": "./esm/index.mjs"
}
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {},
"sideEffects": false,

@@ -33,0 +30,0 @@ "files": [

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