New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

selectn

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selectn - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

16

package.json
{
"name": "selectn",
"description": "Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.",
"version": "1.1.1",
"version": "1.1.2",
"author": "Wil Moore III <wil.moore@wilmoore.com>",

@@ -10,3 +10,3 @@ "bugs": "https://github.com/wilmoore/selectn.js/issues",

"curry2": "^1.0.0",
"debug": "^2.2.0",
"debug": "^2.5.2",
"dotsplit.js": "^1.0.3"

@@ -16,12 +16,12 @@ },

"browserify-standalone": "^0.3.0",
"dependency-check": "^2.6.0",
"dependency-check": "^2.6.1",
"fixpack": "^2.2.0",
"istanbul": "^0.4.2",
"nodemon": "^1.10.0",
"standard": "^7.1.1",
"nodemon": "^1.11.0",
"standard": "^8.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.0.0",
"tape": "^4.6.3",
"tape-catch": "^1.0.4",
"uglify-js": "^2.7.0",
"zuul": "^3.10.3"
"uglify-js": "^2.7.3",
"zuul": "^3.11.0"
},

@@ -28,0 +28,0 @@ "homepage": "https://github.com/wilmoore/selectn.js",

@@ -13,3 +13,3 @@ # selectn

```html
<script src="https://npmcdn.com/selectn/selectn.min.js"></script>
<script src="https://unpkg.com/selectn/selectn.min.js"></script>
```

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