Socket
Socket
Sign inDemoInstall

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.1.0 to 5.2.0

SECURITY.md

20

package.json
{
"title": "Extract Options & Callback",
"name": "extract-opts",
"version": "5.1.0",
"version": "5.2.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.1.0",
"editions": "^6.11.0",
"typechecker": "^8.1.0"
"eachr": "^6.3.0",
"editions": "^6.13.0",
"typechecker": "^8.2.0"
},

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

"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.2.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-bevry": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.0.0",
"kava": "^7.1.0",
"prettier": "^3.1.0",
"projectz": "^2.23.0",
"valid-directory": "^4.1.0"
"projectz": "^3.0.0",
"valid-directory": "^4.2.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-4",

@@ -153,0 +153,0 @@ "our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",

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

<script type="module">
import * as pkg from '//dev.jspm.io/extract-opts@5.1.0'
import * as pkg from '//dev.jspm.io/extract-opts@5.2.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