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

@algorithm.ts/bellman-ford

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algorithm.ts/bellman-ford - npm Package Compare versions

Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8

./lib/cjs/index.cjs

20

package.json
{
"name": "@algorithm.ts/bellman-ford",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"description": "Bellman-ford algorithm.",

@@ -24,9 +24,9 @@ "author": {

"types": "./lib/types/index.d.ts",
"require": "./lib/cjs/index.cjs",
"import": "./lib/esm/index.mjs"
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.cjs"
},
"source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.cjs",
"module": "./lib/esm/index.mjs",
"source": "./src/index.ts",
"license": "MIT",

@@ -50,12 +50,12 @@ "engines": {

"dependencies": {
"@algorithm.ts/constant": "^3.0.0-alpha.7",
"@algorithm.ts/queue": "^3.0.0-alpha.7",
"@algorithm.ts/types": "^3.0.0-alpha.7"
"@algorithm.ts/constant": "^3.0.0-alpha.8",
"@algorithm.ts/queue": "^3.0.0-alpha.8",
"@algorithm.ts/types": "^3.0.0-alpha.8"
},
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"rollup": "^3.9.1"
"rimraf": "^4.4.0",
"rollup": "^3.19.1"
},
"gitHead": "336c4da3b92a49804c60d0a6dfb783b14712ce0a"
"gitHead": "104385f40c0be99b843e3342e85b618761047b69"
}

Sorry, the diff of this file is not supported yet

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