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

csps

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

csps - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

14

package.json
{
"version": "1.0.2",
"homepage": "https://github.com/charkour/csps",
"bugs": {
"url": "https://github.com/charkour/csps/issues"
},
"description": "Tools to solve constraint satisfaction problems",
"version": "1.0.3",
"license": "MIT",
"keywords": [
"constraint-satisfaction-problems"
],
"repository": {
"type": "git",
"url": "https://github.com/charkour/csps.git"
},
"main": "dist/index.js",

@@ -5,0 +17,0 @@ "typings": "dist/index.d.ts",

11

README.md

@@ -1,8 +0,11 @@

# **C**onstraint **S**atisfaction **P**roblem **S**olvers
# CSPS
![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)
Tools to solve [constraint satisfaction problems](https://en.wikipedia.org/wiki/Constraint_satisfaction_problem): **C**onstraint **S**atisfaction **P**roblem **S**olvers.
![npm](https://img.shields.io/npm/v/csps.svg?cacheSeconds=2592000)
![Node](https://img.shields.io/badge/node-%3E%3D10-blue.svg?cacheSeconds=2592000)
TODO: add one for builds, npm bundle size, npm package version
![npm bundle size](https://img.shields.io/bundlephobia/minzip/csps.svg?cacheSeconds=2592000)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/charkour/csps/CI.svg?cacheSeconds=2592000)
> Tools to solve [constraint satisfaction problems](https://en.wikipedia.org/wiki/Constraint_satisfaction_problem). Inspired by [Russell and Norvig's "Artificial Intelligence - A Modern Approach" Python code](https://github.com/aimacode/aima-python) and modified under the MIT license.
> Inspired by [Russell and Norvig's "Artificial Intelligence - A Modern Approach" Python code](https://github.com/aimacode/aima-python) and modified under the MIT license.

@@ -9,0 +12,0 @@ ## Installation and Example Usage

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