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

extract-opts

Package Overview
Dependencies
Maintainers
1
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.4.1 to 5.5.0-next.1701793904.7caa0a307aa16d8b2c1224a87aeedc77cd25b843

17

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

@@ -14,2 +14,3 @@ "homepage": "https://github.com/bevry/extract-opts",

"cb",
"es5",
"esnext",

@@ -120,2 +121,3 @@ "extract",

"javascript",
"es5",
"require"

@@ -133,5 +135,5 @@ ],

"dependencies": {
"eachr": "^7.1.0",
"editions": "^6.18.0",
"typechecker": "^9.1.0"
"eachr": "^7.2.0",
"editions": "^6.19.0",
"typechecker": "^9.2.0"
},

@@ -144,3 +146,3 @@ "devDependencies": {

"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.8.0",
"assert-helpers": "^11.9.0",
"eslint": "^8.55.0",

@@ -188,3 +190,4 @@ "eslint-config-bevry": "^5.2.0",

"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"endOfLine": "lf"
},

@@ -230,2 +233,2 @@ "babel": {

}
}
}

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

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

@@ -101,0 +101,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