@xyo-network/base
Advanced tools
Comparing version 0.55.2-alpha.0 to 0.55.6-alpha.0
@@ -7,3 +7,3 @@ "use strict"; | ||
* @Filename: index.ts | ||
* @Last modified time: Wednesday, 6th March 2019 1:42:35 pm | ||
@@ -10,0 +10,0 @@ * @License: All Rights Reserved |
@@ -7,3 +7,3 @@ "use strict"; | ||
* @Filename: index.ts | ||
* @Last modified time: Thursday, 29th November 2018 5:27:28 pm | ||
@@ -10,0 +10,0 @@ * @License: All Rights Reserved |
@@ -1,2 +0,2 @@ | ||
import { XyoLogger } from "@xyo-network/logger"; | ||
import { XyoLogger } from '@xyo-network/logger'; | ||
/** | ||
@@ -3,0 +3,0 @@ * A general purpose base class that can be used to incorporate |
@@ -7,3 +7,3 @@ "use strict"; | ||
* @Filename: xyo-base.ts | ||
* @Last modified time: Wednesday, 6th March 2019 4:29:22 pm | ||
@@ -10,0 +10,0 @@ * @License: All Rights Reserved |
{ | ||
"name": "@xyo-network/base", | ||
"version": "0.55.2-alpha.0", | ||
"version": "0.55.6-alpha.0", | ||
"description": "A base class for the Xyo Network", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/logger": "^0.55.2-alpha.0", | ||
"@xyo-network/logger": "^0.55.6-alpha.0", | ||
"fast-safe-stringify": "^2.0.6" | ||
@@ -23,3 +23,3 @@ }, | ||
}, | ||
"gitHead": "62e4cabbc28af84e01f2c9d2c76c82a8e633cfdf" | ||
"gitHead": "e75c364eb6fc7be583feb2c92757f5039d555292" | ||
} |
@@ -6,3 +6,3 @@ /* | ||
* @Filename: index.ts | ||
* @Last modified time: Wednesday, 6th March 2019 1:42:35 pm | ||
@@ -9,0 +9,0 @@ * @License: All Rights Reserved |
@@ -6,3 +6,3 @@ /* | ||
* @Filename: index.ts | ||
* @Last modified time: Thursday, 29th November 2018 5:27:28 pm | ||
@@ -9,0 +9,0 @@ * @License: All Rights Reserved |
@@ -6,3 +6,3 @@ /* | ||
* @Filename: xyo-base.spec.ts | ||
* @Last modified time: Monday, 19th November 2018 5:47:39 pm | ||
@@ -21,5 +21,5 @@ * @License: All Rights Reserved | ||
example.info(`Log to info channel`) | ||
example.error(`Log to error channel`) | ||
example.warn(`Log to warn channel`) | ||
example.info('Log to info channel') | ||
example.error('Log to error channel') | ||
example.warn('Log to warn channel') | ||
}) | ||
@@ -26,0 +26,0 @@ }) |
@@ -6,3 +6,3 @@ /* | ||
* @Filename: xyo-base.ts | ||
* @Last modified time: Wednesday, 6th March 2019 4:29:22 pm | ||
@@ -13,3 +13,3 @@ * @License: All Rights Reserved | ||
import { XyoLogger } from "@xyo-network/logger" | ||
import { XyoLogger } from '@xyo-network/logger' | ||
import safeStringify from 'fast-safe-stringify' | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
363658
0