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

armstrong-react

Package Overview
Dependencies
Maintainers
6
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

armstrong-react - npm Package Compare versions

Comparing version 4.0.0-pre23 to 4.0.0-pre24

2

dist/components/form/inputs/autoCompleteOptionHooks.js

@@ -11,3 +11,3 @@ "use strict";

onFilterChanged(query);
setOptions(utils_1.utils.array.filter(allOptions, function (o) { return o.name.indexOf(query) > -1; }));
setOptions(utils_1.utils.array.filter(allOptions, function (o) { return o.name.toLowerCase().indexOf(query.toLowerCase()) > -1; }));
}, [allOptions]);

@@ -14,0 +14,0 @@ return { options: options, filter: filter, setFilter: setFilter };

{
"name": "armstrong-react",
"version": "4.0.0-pre23",
"version": "4.0.0-pre24",
"description": "Rocketmakers Armstrong library of React components",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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