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

@arwes/tools

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arwes/tools - npm Package Compare versions

Comparing version 1.0.0-next.24071501 to 1.0.0-next.24072301

2

build/esm/filterProps/filterProps.d.ts

@@ -1,2 +0,2 @@

declare const filterProps: <Props extends Record<string, unknown>>(props: Props) => Props;
declare const filterProps: <Props extends Record<string, unknown>>(props: Props) => { [P in keyof Props]: Exclude<Props[P], undefined>; };
export { filterProps };
{
"name": "@arwes/tools",
"version": "1.0.0-next.24071501",
"version": "1.0.0-next.24072301",
"publishConfig": {

@@ -51,3 +51,3 @@ "access": "public"

},
"gitHead": "e27d4c82122929d1b44f4720af6090397b61534b"
"gitHead": "6a769ef7d70b669157e05c873dba292a6548ca35"
}
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