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

@proscom/ui-utils

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/ui-utils - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

lib/es/object/cleanArray.d.ts

1

lib/es/object/index.d.ts
export * from './applyDefaults';
export * from './areArraysShallowEqual';
export * from './cleanArray';
export * from './cleanObject';

@@ -4,0 +5,0 @@ export * from './filterSearch';

export * from './applyDefaults';
export * from './areArraysShallowEqual';
export * from './cleanArray';
export * from './cleanObject';

@@ -4,0 +5,0 @@ export * from './filterSearch';

export * from './applyDefaults';
export * from './areArraysShallowEqual';
export * from './cleanArray';
export * from './cleanObject';

@@ -4,0 +5,0 @@ export * from './filterSearch';

@@ -15,2 +15,3 @@ "use strict";

__exportStar(require("./areArraysShallowEqual"), exports);
__exportStar(require("./cleanArray"), exports);
__exportStar(require("./cleanObject"), exports);

@@ -17,0 +18,0 @@ __exportStar(require("./filterSearch"), exports);

4

package.json
{
"name": "@proscom/ui-utils",
"version": "0.1.10",
"version": "0.1.11",
"description": "Proscom UI utilities",

@@ -39,3 +39,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>",

},
"gitHead": "d5a9bf4a82b7845437deb1ebdc06739351d29687"
"gitHead": "e351632db43e45eaaac98dad14a3c3ceba2681fb"
}

@@ -52,2 +52,3 @@ # `@proscom/ui-utils`

- [areArraysShallowEqual](./src/object/areArraysShallowEqual.ts)
- [cleanArray](./src/object/cleanArray.ts)
- [cleanObject](./src/object/cleanObject.ts)

@@ -54,0 +55,0 @@ - [createFilterSearch](./src/object/filterSearch.ts)

export * from './applyDefaults';
export * from './areArraysShallowEqual';
export * from './cleanArray';
export * from './cleanObject';

@@ -4,0 +5,0 @@ export * from './filterSearch';

Sorry, the diff of this file is not supported yet

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