Socket
Socket
Sign inDemoInstall

@xyo-network/module-events

Package Overview
Dependencies
Maintainers
0
Versions
603
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/module-events - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

24

package.json

@@ -10,16 +10,16 @@ {

"email": "support@xyo.network",
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@xylabs/assert": "^4.0.0",
"@xylabs/error": "^4.0.0",
"@xylabs/forget": "^4.0.0",
"@xylabs/object": "^4.0.0",
"@xylabs/promise": "^4.0.0"
"@xylabs/assert": "^4.0.2",
"@xylabs/error": "^4.0.2",
"@xylabs/forget": "^4.0.2",
"@xylabs/object": "^4.0.2",
"@xylabs/promise": "^4.0.2"
},
"devDependencies": {
"@xylabs/delay": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
"@xylabs/tsconfig": "^4.0.0-rc.15",
"@xylabs/tsconfig-jest": "^4.0.0-rc.15",
"@xylabs/delay": "^4.0.2",
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
"@xylabs/tsconfig": "^4.0.0-rc.20",
"@xylabs/tsconfig-jest": "^4.0.0-rc.20",
"typescript": "^5.5.4"

@@ -44,7 +44,7 @@ },

"type": "git",
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
},
"sideEffects": false,
"version": "3.0.2",
"version": "3.0.3",
"type": "module"
}
import { assertEx } from '@xylabs/assert'
import { handleError } from '@xylabs/error'
import { forget } from '@xylabs/forget'
import { Base, BaseParams } from '@xylabs/object'
import type { BaseParams } from '@xylabs/object'
import { Base } from '@xylabs/object'
import { EventAnyListener, EventArgs, EventData, EventFunctions, EventListener, EventName } from '../model/index.ts'
import type { EventAnyListener, EventArgs, EventData, EventFunctions, EventListener, EventName } from '../model/index.ts'

@@ -8,0 +9,0 @@ /**

@@ -1,2 +0,2 @@

import { Promisable } from '@xylabs/promise'
import type { Promisable } from '@xylabs/promise'

@@ -3,0 +3,0 @@ export type EventName = PropertyKey

@@ -1,2 +0,2 @@

import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {

@@ -3,0 +3,0 @@ compile: {

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