{"library":"should","type":"library","category":null,"description":"should.js is an expressive, BDD-style assertion library for JavaScript, designed to be framework-agnostic and provide helpful error messages. It is currently at version 13.2.3 and maintains an active release schedule with frequent patch and minor updates. A key differentiator is its default behavior of extending `Object.prototype` with a non-enumerable `should` getter, enabling `(value).should.be.something` syntax. For environments where `Object.prototype` extension is undesirable, it offers an alternative function-style API, `should(value).be.something`. The library ships with TypeScript type definitions, though specific import patterns have seen minor adjustments across versions. It aims for readability and clear test code.","language":"javascript","status":"active","version":"13.2.3","tags":["javascript","test","bdd","assert","should","typescript"],"install":[{"cmd":"npm install should","imports":["import 'should';\n// or for CommonJS:\nconst should = require('should');","import should from 'should/as-function';\n// or for CommonJS:\nconst should = require('should/as-function');","import * as should from 'should';"]},{"cmd":"yarn add should","imports":[]},{"cmd":"pnpm add should","imports":[]}],"homepage":null,"github":"https://github.com/shouldjs/should.js","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/should","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/should/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Mon Jul 20","install_tag":null}}