Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@silvermine/chai-strictly-equal

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silvermine/chai-strictly-equal - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.github/workflows/ci.yml

6

.eslintrc.json
{
"extends": "@silvermine/eslint-config/node"
"extends": "@silvermine/eslint-config/node",
"ignorePatterns": [
"coverage"
]
}

23

package.json
{
"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

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