pathchain 1.0.10 → 1.0.11
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.
- package/checker.js +1 -1
- package/package.json +1 -1
package/checker.js
CHANGED
|
@@ -50,7 +50,7 @@ function checkEmptyDir(dir) {
|
|
|
50
50
|
*/
|
|
51
51
|
function isSecretUsed(xsecret) {
|
|
52
52
|
// DECODING SECRET
|
|
53
|
-
var secret_pb = pb(fs.readFileSync('node_modules/
|
|
53
|
+
var secret_pb = pb(fs.readFileSync('node_modules/pathchain/proto/secret.proto'))
|
|
54
54
|
|
|
55
55
|
// NOT FOUND EXCEPTION
|
|
56
56
|
var secret_enc;
|
package/package.json
CHANGED