Socket
Socket
Sign inDemoInstall

any-size

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

index.d.ts

@@ -18,4 +18,4 @@ /**

*/
declare function anySize(input: unknown): number;
declare function anySize(input: unknown): number
export = anySize;
export = anySize
{
"name": "any-size",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get the size of any type of value.",

@@ -20,6 +20,18 @@ "repository": "https://github.com/Richienb/any-size.git",

},
"keywords": [],
"keywords": [
"size",
"any",
"number",
"string",
"array",
"object",
"plain",
"iterable",
"array-like",
"set",
"map"
],
"dependencies": {
"@sindresorhus/is": "^2.0.0",
"string-length": "^3.1.0"
"@sindresorhus/is": "^2.1.0",
"string-length": "^4.0.0"
},

@@ -26,0 +38,0 @@ "devDependencies": {

@@ -0,0 +0,0 @@ # Any Size [![Travis CI Build Status](https://img.shields.io/travis/com/Richienb/any-size/master.svg?style=for-the-badge)](https://travis-ci.com/Richienb/any-size)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc