Socket
Socket
Sign inDemoInstall

extract-opts

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-opts - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0-next.1575171153.743d8176883deec82307aeba7026073241aa62a2

4

HISTORY.md
# History
## v4.2.0 2019 December 1
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v4.1.0 2019 December 1

@@ -4,0 +8,0 @@

16

package.json
{
"title": "Extract Options & Callback",
"name": "extract-opts",
"version": "4.1.0",
"version": "4.2.0-next.1575171153.743d8176883deec82307aeba7026073241aa62a2",
"description": "Extract the options and callback from a function's arguments easily",

@@ -102,4 +102,4 @@ "homepage": "https://github.com/bevry/extract-opts",

"dependencies": {
"eachr": "^4.3.0",
"typechecker": "^5.0.0"
"eachr": "^4.4.0",
"typechecker": "^5.1.0"
},

@@ -111,4 +111,4 @@ "devDependencies": {

"@babel/preset-env": "^7.7.4",
"assert-helpers": "^5.6.0",
"eachr": "^4.3.0",
"assert-helpers": "^5.7.0",
"eachr": "^4.4.0",
"eslint": "^6.7.2",

@@ -119,6 +119,6 @@ "eslint-config-bevry": "^2.1.0",

"eslint-plugin-prettier": "^3.1.1",
"kava": "^4.1.0",
"kava": "^4.2.0",
"prettier": "^1.19.1",
"projectz": "^1.12.0",
"valid-directory": "^1.3.0"
"projectz": "^1.13.0",
"valid-directory": "^1.4.0"
},

@@ -125,0 +125,0 @@ "scripts": {

@@ -84,3 +84,3 @@ <!-- TITLE/ -->

readFile('package.json', null, log) // works with null options
readFile('package.json', {next: log}) // works with just options
readFile('package.json', {next: log}) // works with just options
```

@@ -103,8 +103,8 @@

# The readFile method as before
// The readFile method as before
# Test it
readFile('package.json', {next: log}) # works the standard completion callback name
readFile('package.json', {complete: log}) # works with our custom completion callback name
readFile('package.json', {done: log}) # works with our custom completion callback name
// Test it
readFile('package.json', {next: log}) // works the standard completion callback name
readFile('package.json', {complete: log}) // works with our custom completion callback name
readFile('package.json', {done: log}) // works with our custom completion callback name
```

@@ -111,0 +111,0 @@

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