Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jymfony/datastructure

Package Overview
Dependencies
Maintainers
1
Versions
31
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.17 to 0.1.0-alpha.18

10

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

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

"dependencies": {
"@jymfony/exceptions": "0.1.0-alpha.17",
"@jymfony/util": "0.1.0-alpha.17"
"@jymfony/exceptions": "0.1.0-alpha.18",
"@jymfony/util": "0.1.0-alpha.18"
},
"devDependencies": {
"@jymfony/autoloader": "*",
"chai": "^3.5.0",
"mocha": "^5.0"
"chai": "^4.2",
"mocha": "^6.0"
},

@@ -31,0 +31,0 @@ "config": {

require('../src/BTree');
const expect = require('chai').expect;
const { expect } = require('chai');

@@ -4,0 +4,0 @@ const fillWithData = t => {

require('../src/HashTable');
const expect = require('chai').expect;
const { expect } = require('chai');

@@ -4,0 +4,0 @@ const fillWithData = t => {

require('../src/PriorityQueue');
const expect = require('chai').expect;
const { expect } = require('chai');

@@ -4,0 +4,0 @@ describe('PriorityQueue', function () {

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