Socket
Socket
Sign inDemoInstall

is-callable

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

.github/FUNDING.yml

11

CHANGELOG.md

@@ -0,1 +1,12 @@

1.1.5 / 2019-12-18
=================
* [meta] remove unused Makefile and associated utilities
* [meta] add `funding` field; add FUNDING.yml
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `semver`, `tape`, `covert`, `rimraf`
* [Tests] use shared travis configs
* [Tests] use `eccheck` over `editorconfig-tools`
* [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
* [Tests] remove `jscs`
* [actions] add automatic rebasing / merge commit blocking
1.1.4 / 2018-07-02

@@ -2,0 +13,0 @@ =================

43

package.json
{
"name": "is-callable",
"version": "1.1.4",
"version": "1.1.5",
"author": {

@@ -9,2 +9,5 @@ "name": "Jordan Harband",

},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"contributors": [

@@ -23,19 +26,16 @@ {

"test": "npm run --silent tests-only",
"posttest": "npm run --silent security",
"posttest": "npx aud",
"tests-only": "npm run --silent test:stock && npm run --silent test:staging",
"test:stock": "node test.js",
"test:staging": "node --es-staging test.js",
"test:stock": "node test",
"test:staging": "node --es-staging test",
"coverage": "npm run --silent istanbul",
"covert": "covert test.js",
"covert:quiet": "covert test.js --quiet",
"covert": "covert test",
"covert:quiet": "covert test --quiet",
"istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check",
"istanbul:clean": "rimraf coverage coverage-std coverage-harmony",
"istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html",
"istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test.js --dir coverage-harmony",
"istanbul:std": "istanbul cover test.js --report html --dir coverage-std",
"prelint": "editorconfig-tools check *",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs *.js",
"eslint": "eslint *.js",
"security": "nsp check"
"istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony",
"istanbul:std": "istanbul cover test --report html --dir coverage-std",
"prelint": "eclint check *",
"lint": "eslint ."
},

@@ -60,19 +60,16 @@ "repository": {

"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.19.1",
"@ljharb/eslint-config": "^15.0.2",
"covert": "^1.1.1",
"eclint": "^2.8.1",
"eslint": "^6.7.2",
"foreach": "^2.0.5",
"istanbul": "1.1.0-alpha.1",
"istanbul-merge": "^1.1.1",
"jscs": "^3.0.7",
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"nsp": "^3.2.1",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"tape": "^4.9.1"
"rimraf": "^2.7.1",
"tape": "^4.12.0"
},
"testling": {
"files": "test.js",
"files": "test/index.js",
"browsers": [

@@ -79,0 +76,0 @@ "iexplore/6.0..latest",

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