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

pseudo-localization

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pseudo-localization - npm Package Versions

13

2.0.2

Diff

Changelog

Source

2.0.2

  • Fix a bug where blacklisted nodes would get pseudo-localized when mutated in the DOM
tryggvigy
published 2.0.1 •

Changelog

Source

2.0.1

  • Mention in package.json description that pseudo-localization works with nodejs.
tryggvigy
published 2.0.0 •

Changelog

Source

2.0.0

  • Safeguard childlist mutations and empty strings https://github.com/tryggvigy/pseudo-localization/pull/12
    • Fixes https://github.com/tryggvigy/pseudo-localization/issues/6 and https://github.com/tryggvigy/pseudo-localization/issues/11
  • Fix a bug where DOM mutation localizations did not respect the strategy specified https://github.com/tryggvigy/pseudo-localization/pull/16
  • Refactor internals to use import/export ES modules https://github.com/tryggvigy/pseudo-localization/pull/16
    • BREAKING require usage will have to change from
      const pseudoLocalization = require('pseudo-localization');
      
      to
      const pseudoLocalization = require('pseudo-localization').default;
      
  • Transform to "not dead" browsers through babel https://github.com/tryggvigy/pseudo-localization/pull/16
    • Fixes https://github.com/tryggvigy/pseudo-localization/issues/8
tryggvigy
published 1.3.0 •

Changelog

Source

1.3.0

  • Allow blacklisting nodes (#9)
tryggvigy
published 1.2.0 •

Changelog

Source

1.2.0

  • Expose localize function
tryggvigy
published 1.1.5 •

Changelog

Source

1.1.5

  • Fix typo in README
  • Set MIT as license in package.json
tryggvigy
published 1.1.4 •

Changelog

Source

1.1.4

  • Update explanatory picture in README.md
tryggvigy
published 1.1.2 •

tryggvigy
published 1.1.1 •

tryggvigy
published 1.1.0 •

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