@silvermine/chai-strictly-equal
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"extends": "@silvermine/eslint-config/node" | ||
"extends": "@silvermine/eslint-config/node", | ||
"ignorePatterns": [ | ||
"coverage" | ||
] | ||
} |
{ | ||
"name": "@silvermine/chai-strictly-equal", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Chai assertion library plugin to add `strictlyEqual` function and disable `equal`", | ||
@@ -8,3 +8,11 @@ "main": "src/index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/istanbul cover --root src --include-all-sources ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'" | ||
"commitlint": "commitlint --from 936a690", | ||
"check-node-version": "check-node-version --npm 10.5.0", | ||
"test": "./node_modules/.bin/istanbul cover --root src --include-all-sources ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'", | ||
"eslint": "eslint .", | ||
"markdownlint": "markdownlint -c .markdownlint.json '{,!(node_modules)/**/}*.md'", | ||
"standards": "npm run commitlint && npm run markdownlint && npm run eslint", | ||
"release:preview": "node ./node_modules/@silvermine/standardization/scripts/release.js preview", | ||
"release:prep-changelog": "node ./node_modules/@silvermine/standardization/scripts/release.js prep-changelog", | ||
"release:finalize": "node ./node_modules/@silvermine/standardization/scripts/release.js finalize" | ||
}, | ||
@@ -33,13 +41,8 @@ "author": "Jeremy Thomerson", | ||
"homepage": "https://github.com/silvermine/chai-strictly-equal#readme", | ||
"engines": { | ||
"node": ">=8.10.0", | ||
"npm": "6.4.1" | ||
}, | ||
"devDependencies": { | ||
"@silvermine/eslint-config": "1.5.0", | ||
"@silvermine/eslint-config": "3.0.0-rc.0", | ||
"@silvermine/standardization": "2.1.1", | ||
"chai": "4.1.2", | ||
"coveralls": "3.0.2", | ||
"eslint": "4.18.1", | ||
"grunt": "1.0.3", | ||
"grunt-eslint": "20.1.0", | ||
"eslint": "6.8.0", | ||
"istanbul": "0.4.5", | ||
@@ -46,0 +49,0 @@ "mocha": "5.2.0", |
# Silvermine Chai Strictly Equal Plugin | ||
[![Build Status](https://travis-ci.org/silvermine/chai-strictly-equal.svg?branch=master)](https://travis-ci.org/silvermine/chai-strictly-equal) | ||
[![Coverage Status](https://coveralls.io/repos/github/silvermine/chai-strictly-equal/badge.svg?branch=master)](https://coveralls.io/github/silvermine/chai-strictly-equal?branch=master) | ||
[![Dependency Status](https://david-dm.org/silvermine/chai-strictly-equal.svg)](https://david-dm.org/silvermine/chai-strictly-equal) | ||
[![Dev Dependency Status](https://david-dm.org/silvermine/chai-strictly-equal/dev-status.svg)](https://david-dm.org/silvermine/chai-strictly-equal#info=devDependencies&view=table) | ||
[![Build Status][github-actions-badge]][github-actions-url] | ||
[![Coverage Status][coverage-badge]][coveralls-url] | ||
## What is it? | ||
@@ -59,1 +56,5 @@ | ||
[contributing]: https://github.com/silvermine/silvermine-info#contributing | ||
[github-actions-badge]: https://github.com/silvermine/chai-strictly-equal/actions/workflows/ci.yml/badge.svg?branch=master | ||
[github-actions-url]: https://github.com/silvermine/chai-strictly-equal/actions/workflows/ci.yml | ||
[coverage-badge]: https://coveralls.io/repos/github/silvermine/chai-strictly-equal/badge.svg?branch=master | ||
[coveralls-url]: https://coveralls.io/github/silvermine/chai-strictly-equal?branch=master |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10
60
1
9404
89