mol_crypto_lib 0.1.1372 → 0.1.1374
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/node.audit.js +2 -2
- package/package.json +1 -1
- package/web.audit.js +2 -2
package/node.audit.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
console.info(
|
2
|
-
message: Audit passed
|
1
|
+
console.info( `%cplace: $mol_build
|
2
|
+
message: Audit passed`, 'color:forestgreen; font-weight:bolder' )
|
package/package.json
CHANGED
package/web.audit.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
console.info(
|
2
|
-
message: Audit passed
|
1
|
+
console.info( `%cplace: $mol_build
|
2
|
+
message: Audit passed`, 'color:forestgreen; font-weight:bolder' )
|