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

@influitive/profile-card

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influitive/profile-card - npm Package Compare versions

Comparing version 3.0.11 to 3.0.12

4

package.json
{
"name": "@influitive/profile-card",
"version": "3.0.11",
"version": "3.0.12",
"dependencies": {
"@influitive/jwt": "^2.1.2",
"@influitive/locize-launcher": "^0.2.0",
"@influitive/locize-launcher": "0.2.3",
"@influitive/runtime-deps": "3.0.0",

@@ -8,0 +8,0 @@ "@influitive/scripts": "^1.1.5",

import i18nLocize from '@influitive/locize-launcher';
const i18n = i18nLocize(process.env.LOCIZE_PROJECT_ID, process.env.LOCIZE_API_KEY, { defaultNs: 'ProfileCard' });
const options = { defaultNs: 'ProfileCard', ns: 'ProfileCard' };
const i18n = i18nLocize(process.env.LOCIZE_PROJECT_ID, process.env.LOCIZE_API_KEY, options);
export default i18n;
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