pseudo-localization
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -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 |
{ | ||
"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(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
390371
6
0