Socket
Socket
Sign inDemoInstall

is-negative-zero

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

.editorconfig

50

package.json
{
"name": "is-negative-zero",
"version": "2.0.0",
"version": "2.0.1",
"description": "Is this value negative zero? === will lie to you",
"author": "Jordan Harband",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "npm run lint && node test.js && npm run coverage-quiet",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs *.js",
"eslint": "eslint *.js"
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'",
"posttest": "npx aud --production",
"lint": "eslint .",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-negative-zero.git"
"url": "git://github.com/inspect-js/is-negative-zero.git"
},
"bugs": {
"url": "https://github.com/ljharb/is-negative-zero/issues"
"url": "https://github.com/inspect-js/is-negative-zero/issues"
},
"homepage": "https://github.com/ljharb/is-negative-zero",
"homepage": "https://github.com/inspect-js/is-negative-zero",
"keywords": [

@@ -36,10 +41,12 @@ "is",

"devDependencies": {
"tape": "^4.0.1",
"covert": "^1.1.0",
"jscs": "^1.13.1",
"eslint": "^1.0.0-rc-3",
"@ljharb/eslint-config": "^1.0.3"
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.14.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
},
"testling": {
"files": "test.js",
"files": "test/index.js",
"browsers": [

@@ -64,4 +71,11 @@ "iexplore/6.0..latest",

"node": ">= 0.4"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
}
}

@@ -1,4 +0,3 @@

#is-negative-zero <sup>[![Version Badge][2]][1]</sup>
# is-negative-zero <sup>[![Version Badge][2]][1]</sup>
[![Build Status][3]][4]
[![dependency status][5]][6]

@@ -11,4 +10,2 @@ [![dev dependency status][7]][8]

[![browser support][9]][10]
Is this value negative zero? === will lie to you.

@@ -43,11 +40,9 @@

[1]: https://npmjs.org/package/is-negative-zero
[2]: http://vb.teelaun.ch/ljharb/is-negative-zero.svg
[3]: https://travis-ci.org/ljharb/is-negative-zero.svg
[4]: https://travis-ci.org/ljharb/is-negative-zero
[5]: https://david-dm.org/ljharb/is-negative-zero.svg
[6]: https://david-dm.org/ljharb/is-negative-zero
[7]: https://david-dm.org/ljharb/is-negative-zero/dev-status.svg
[8]: https://david-dm.org/ljharb/is-negative-zero#info=devDependencies
[9]: https://ci.testling.com/ljharb/is-negative-zero.png
[10]: https://ci.testling.com/ljharb/is-negative-zero
[2]: http://versionbadg.es/inspect-js/is-negative-zero.svg
[3]: https://travis-ci.org/inspect-js/is-negative-zero.svg
[4]: https://travis-ci.org/inspect-js/is-negative-zero
[5]: https://david-dm.org/inspect-js/is-negative-zero.svg
[6]: https://david-dm.org/inspect-js/is-negative-zero
[7]: https://david-dm.org/inspect-js/is-negative-zero/dev-status.svg
[8]: https://david-dm.org/inspect-js/is-negative-zero#info=devDependencies
[11]: https://nodei.co/npm/is-negative-zero.png?downloads=true&stars=true

@@ -54,0 +49,0 @@ [license-image]: http://img.shields.io/npm/l/is-negative-zero.svg

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc