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

@expandorg/components

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandorg/components - npm Package Compare versions

Comparing version 0.2.44 to 0.2.45

4

package.json
{
"name": "@expandorg/components",
"version": "0.2.44",
"version": "0.2.45",
"description": "expand UI components library",

@@ -35,3 +35,3 @@ "main": "index.js",

},
"gitHead": "b38f48ee33e767e95cb8e430ff9f40f8678a0390"
"gitHead": "1e3d85455c489ab4bba5bf5362e5030f1e819a0d"
}

@@ -18,1 +18,3 @@ // @flow

) => [...array.slice(0, index), item, ...array.slice(index + 1)];
export const distinct = (items: Array<string | number>) => [...new Set(items)];
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