Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xyo-network/base

Package Overview
Dependencies
Maintainers
6
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/base - npm Package Compare versions

Comparing version 0.55.2-alpha.0 to 0.55.6-alpha.0

2

dist/@types/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc