New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@darkobits/adeiu

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darkobits/adeiu - npm Package Versions

23

0.5.0

Diff

Changelog

Source

0.5.0 (2025-02-24)

⚠ BREAKING CHANGES

  • adeiu.SIGNALS has been moved to a named export, DEFAULT_SIGNALS.

Before:

import adeiu from '@darkobits/adeiu'

// Default signals.
adeiu.SIGNALS

After:

import adeiu, { DEFAULT_SIGNALS } from '@darkobits/adeiu'

// Default signals.
DEFAULT_SIGNALS
darkobits
published 0.4.4 •

Changelog

Source

0.4.4 (2025-02-22)

darkobits
published 0.4.3 •

Changelog

Source

0.4.3 (2025-02-22)

darkobits
published 0.4.2 •

Changelog

Source

0.4.2 (2025-02-22)

Bug Fixes

  • Use prependListener instead of prependOnceListener. (935129d)
darkobits
published 0.4.1 •

Changelog

Source

0.4.1 (2024-02-01)

🏗 Chores

  • deps: Update dependencies. (d0a9792)
darkobits
published 0.4.0 •

Changelog

Source

0.4.0 (2023-07-10)

⚠ BREAKING CHANGES

  • This module is now published as ESM.

🏗 Chores

🛠 Refactoring

darkobits
published 0.3.1 •

Changelog

Source

0.3.1 (2023-02-22)

🐞 Bug Fixes

  • Fix ow default import issue. (4dd8743)
darkobits
published 0.3.0 •

Changelog

Source

0.3.0 (2023-02-22)

⚠ BREAKING CHANGES

  • Before:
import adeiu, { SIGNALS } from '@darkobits/adeiu';

After:

import adeiu from '@darkobits/adeiu';

adeiu.SIGNALS;

🛠 Refactoring

  • Attach SIGNALS to adeiu export. (7fbb753)
darkobits
published 0.2.16 •

Changelog

Source

0.2.16 (2023-02-22)

📖 Documentation

🏗 Chores

  • deps: Update dependencies. (de1861a)
darkobits
published 0.2.15 •

Changelog

Source

0.2.15 (2022-09-12)

🏗 Chores

📖 Documentation

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