Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Shershen authored and Eugene Shershen committed Sep 19, 2021
1 parent 387dc8d commit afbc655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/xxtea.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict"
let delta = 0x9E3779B9;
const delta = 0x9E3779B9;


function longArrayToString(data, includeLength) {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "xxtea",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"dist-tags": { "latest": "0.2.2" },
"versions": [ "0.2.2","0.2.1", "0.2.0", "0.1.2", "0.1.1"],
"dist-tags": { "latest": "0.2.3" },
"versions": [ "0.2.3","0.2.2","0.2.1", "0.2.0", "0.1.2", "0.1.1"],
"description": "xxtea encryption algorithm in pure javascript",
"keywords": [
"encription",
Expand All @@ -25,6 +25,6 @@
"bugs": {
"url": "https://github.com/h0rn3t/xxtea/issues"
},
"_id": "[email protected].2",
"_id": "[email protected].3",
"_from": "xxtea@"
}

0 comments on commit afbc655

Please sign in to comment.