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

@jymfony/datastructure

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jymfony/datastructure - npm Package Compare versions

Comparing version 0.1.0-alpha.31 to 0.1.0-alpha.32

6

package.json
{
"name": "@jymfony/datastructure",
"version": "0.1.0-alpha.31",
"version": "0.1.0-alpha.32",
"description": "Jymfony Data Structures",

@@ -22,4 +22,4 @@ "typings": "types/index.d.ts",

"dependencies": {
"@jymfony/exceptions": "0.1.0-alpha.31",
"@jymfony/util": "0.1.0-alpha.31"
"@jymfony/exceptions": "0.1.0-alpha.32",
"@jymfony/util": "0.1.0-alpha.32"
},

@@ -26,0 +26,0 @@ "devDependencies": {

@@ -403,2 +403,2 @@ const GenericCollectionTrait = require('./Traits/GenericCollectionTrait');

global.BTree = BTree;
globalThis.BTree = BTree;

@@ -424,2 +424,2 @@ const GenericCollectionTrait = require('./Traits/GenericCollectionTrait');

global.HashTable = HashTable;
globalThis.HashTable = HashTable;

@@ -183,2 +183,2 @@ const GenericCollectionTrait = require('./Traits/GenericCollectionTrait');

global.LinkedList = LinkedList;
globalThis.LinkedList = LinkedList;

@@ -266,2 +266,2 @@ const GenericCollectionTrait = require('./Traits/GenericCollectionTrait');

global.PriorityQueue = PriorityQueue;
globalThis.PriorityQueue = PriorityQueue;
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