Socket
Socket
Sign inDemoInstall

atma-utils

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atma-utils - npm Package Compare versions

Comparing version 0.1.34 to 0.1.35

2

package.json
{
"name": "atma-utils",
"description": "Helpers",
"version": "0.1.34",
"version": "0.1.35",
"author": "Alexander Kit <alex.kit@atmajs.com>",

@@ -6,0 +6,0 @@ "repository": {

@@ -24,8 +24,8 @@ export function is_Function(mix: any): boolean

export class class_EventEmitter {
on: (event: string, cb: Function) => this
once: (event: string, cb: Function) => this
off: (event: string, cb?: Function) => this
emit: (event: string, ...args: any[]) => this
trigger: (event: string, ...args: any[]) => this
pipe: (eventName: string) => (...args) => void
on (event: string, cb: Function): this
once (event: string, cb: Function): this
off (event: string, cb?: Function): this
emit (event: string, ...args: any[]): this
trigger (event: string, ...args: any[]): this
pipe (eventName: string): (...args) => void
}

@@ -32,0 +32,0 @@

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