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

adv-dsa

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adv-dsa - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

algorithms/numerical/fastExponentiation.js

6

index.js

@@ -51,2 +51,5 @@ const SinglyLinkedList = require('./data-structures/linked-lists/SinglyLinkedList');

const MaxFlowMinCutGraph = require('./algorithms/network-flow/maxFlowMinCutTheorem');
const GCD = require('./algorithms/numerical/gcd');
const PrimalityTesting = require('./algorithms/numerical/primalityTesting');
const FastExponentiation = require('./algorithms/numerical/fastExponentiation');
// Import other data structures and algorithms as needed

@@ -106,3 +109,6 @@

MaxFlowMinCutGraph,
GCD,
PrimalityTesting,
FastExponentiation,
// Export other data structures and algorithms as well
};

2

package.json
{
"name": "adv-dsa",
"version": "1.0.3",
"version": "1.0.4",
"description": "JavaScript Data Structures and Algorithms Library",

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

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