🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@statx/utils

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statx/utils - npm Package Compare versions

Comparing version
1.0.10
to
1.0.24
+2
-2
package.json
{
"name": "@statx/utils",
"version": "1.0.10",
"version": "1.0.24",
"private": false,

@@ -55,3 +55,3 @@ "description": "Extry tiny smart statx manager",

},
"gitHead": "3cfeba4d910ae2adcd605ab032a46f13b077db8f"
"gitHead": "440673193af97baf704add8491a8352596223cf3"
}
## Installation
```sh
npm i @reatom/utils
npm i @statx/utils
```

@@ -10,5 +10,5 @@

```ts
import {} from '@reatom/utils'
import {} from '@statx/utils'
// ...
```