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

@algolyze/algorithms

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolyze/algorithms - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

algorithms/index.js

6

changelog.txt

@@ -0,1 +1,7 @@

0.3.0
- Added jsonschema as devDependency
- Algorithm exporter
- Test that verifies algorithms against schema
- Updated algorithm schema to include url
0.2.2

@@ -2,0 +8,0 @@ - Renamed algorithms/*/main.js -> algorithms/*/index.js

9

package.json
{
"name": "@algolyze/algorithms",
"version": "0.2.2",
"version": "0.3.0",
"description": "A database of algorithms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node tests/index.js"
},

@@ -12,3 +12,6 @@ "keywords": [

],
"author": "lunaroyster"
"author": "lunaroyster",
"devDependencies": {
"jsonschema": "^1.2.4"
}
}

@@ -1,2 +0,2 @@

export default {
module.exports = {
"id": "/Algorithm",

@@ -27,2 +27,5 @@ "type": "object",

},
"url": {
"type": "string"
},
"links": {

@@ -29,0 +32,0 @@ "type": "array",

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