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 Compare versions

Comparing version 1.1.4 to 1.1.5

LICENSE

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.1.5
- Fix typo in README
- Set MIT as license in package.json
## 1.1.4

@@ -2,0 +6,0 @@ - Update explanatory picture in README.md

4

package.json
{
"name": "pseudo-localization",
"version": "1.1.4",
"version": "1.1.5",
"description": "Dynamic pseudo-localization in the browser",

@@ -24,3 +24,3 @@ "main": "index.js",

},
"license": "ISC"
"license": "MIT"
}

@@ -11,3 +11,3 @@ <sub>Inspired by pseudo-localization at [Netflix](https://medium.com/netflix-techblog/pseudo-localization-netflix-12fff76fbcbe) and [Firefox](https://reviewboard.mozilla.org/r/248606/diff/2#index_header)</sub>

`pseudo-localization` is a script that performs [pseudolocalization](https://en.wikipedia.org/wiki/Pseudolocalization) agains the DOM.
`pseudo-localization` is a script that performs [pseudolocalization](https://en.wikipedia.org/wiki/Pseudolocalization) against the DOM.

@@ -34,3 +34,3 @@ [Demo here](https://tryggvigy.github.io/pseudo-localization/hamlet.html). Changing text nodes and adding or removing trees of elements will trigger a pseudolocalization run on all the new text added to the DOM. Try it using the devtools.

```js
const pseudoLocalization = require('psuedo-localization');
const pseudoLocalization = require('pseudo-localization');

@@ -37,0 +37,0 @@ pseudoLocalization.start();

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