thd-localizer 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,3 +8,5 @@ A simple example package.
8
8
  ```javascript
9
9
  const utils = require('');
10
10
  console.log(utils.sayHello('World'));
11
+
12
+ This is just a test from Appsec hit me up on the appsec slack channel if there are concerns.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thd-localizer",
3
- "version": "1.0.0",
3
+ "version": "1.0.00001",
4
4
  "description": "test localizer libary",
5
5
  "main": "index.js",
6
6
  "scripts": {