Socket
Socket
Sign inDemoInstall

@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.49.0 to 0.50.0

tsconfig.tsbuildinfo

3

dist/@types/index.d.ts

@@ -0,1 +1,4 @@

export interface IXyoConfig {
name: string;
}
//# sourceMappingURL=index.d.ts.map

@@ -12,2 +12,3 @@ "use strict";

*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map
export { XyoBase } from './xyo-base';
export { IXyoConfig } from './@types';
//# sourceMappingURL=index.d.ts.map

18

package.json
{
"name": "@xyo-network/base",
"version": "0.49.0",
"version": "0.50.0",
"description": "A base class for the Xyo Network",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Ryan Pillsbury",
"author": "XY Development Team",
"license": "MIT",
"dependencies": {
"@xyo-network/logger": "^0.49.0",
"@xyo-network/logger": "^0.50.0",
"fast-safe-stringify": "^2.0.6"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/node": "^10.7.1",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"@types/jest": "^24.0.11",
"@types/node": "^11.12.1",
"jest": "^24.5.0",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"tslint": "^5.12.1",
"typescript": "^3.2.2"
},
"gitHead": "26c39a1d81b48c23a547e3d9e63723db3e403d53"
"gitHead": "0853cd2821a2cb4ae7de42d06b9c716173fd792c"
}

@@ -1,3 +0,4 @@

[logo]: https://www.xy.company/img/home/logo_xy.png
[logo]: https://cdn.xy.company/img/brand/XY_Logo_GitHub.png
![logo]

@@ -4,0 +5,0 @@

@@ -11,1 +11,5 @@ /*

*/
export interface IXyoConfig {
name: string
}

@@ -13,1 +13,2 @@ /*

export { XyoBase } from './xyo-base'
export { IXyoConfig } from './@types'

Sorry, the diff of this file is not supported yet

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