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 5.0.0 to 5.1.0

17

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

@@ -127,5 +127,5 @@ "homepage": "https://github.com/bevry/extract-opts",

"dependencies": {
"eachr": "^6.0.0",
"editions": "^6.10.0",
"typechecker": "^8.0.0"
"eachr": "^6.1.0",
"editions": "^6.11.0",
"typechecker": "^8.1.0"
},

@@ -138,3 +138,3 @@ "devDependencies": {

"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.1.0",
"assert-helpers": "^11.2.0",
"eslint": "^8.53.0",

@@ -145,4 +145,4 @@ "eslint-config-bevry": "^3.29.0",

"eslint-plugin-prettier": "^5.0.1",
"kava": "3.2.0",
"prettier": "^3.0.3",
"kava": "^7.0.0",
"prettier": "^3.1.0",
"projectz": "^2.23.0",

@@ -182,3 +182,4 @@ "valid-directory": "^4.1.0"

"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
},

@@ -185,0 +186,0 @@ "babel": {

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

<script type="module">
import * as pkg from '//dev.jspm.io/extract-opts@5.0.0'
import * as pkg from '//dev.jspm.io/extract-opts@5.1.0'
</script>

@@ -100,0 +100,0 @@ ```

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