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

borg-ring

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

borg-ring - npm Package Compare versions

Comparing version 0.0.0 to 0.1.1

2

index.js

@@ -68,3 +68,3 @@ /*

for(var i = 0; i < str.length; i++) {
result += str.charCodeAt(i) * Math.pow(256, i);
result += str.charCodeAt(i) * (i + 1);
}

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

{
"name": "borg-ring",
"version": "0.0.0",
"version": "0.1.1",
"description": "The optimization of transformation paths for large-scale peer-to-peer network",

@@ -5,0 +5,0 @@ "main": "index.js",

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