Socket
Socket
Sign inDemoInstall

abstract-data-types

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.13 to 0.1.14

2

package.json
{
"name": "abstract-data-types",
"version": "0.1.13",
"version": "0.1.14",
"description": "This module aims to provide a full suite of abstract data types. At present it provides the abstract data type Queue.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -68,3 +68,3 @@ <img src="logo.png" alt="Gozumi abstract data types" align="right">

q.enqueue({data: 'item'});
q.enqueue(item);

@@ -71,0 +71,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc