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

@alttiri/util-node-js

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alttiri/util-node-js - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons

Comparing version

to
1.5.7

10

package.json
{
"name": "@alttiri/util-node-js",
"version": "1.5.2",
"version": "1.5.7",
"description": "Some Node.js util functions",
"keywords": ["color"],
"homepage": "https://github.com/AlttiRi/util-node-js",
"homepage": "https://github.com/alttiri/util-node-js",
"license": "MIT",

@@ -19,4 +19,8 @@ "type": "module",

"scripts": {
"deploy": "npm publish"
"login-ghp": "npm login --registry=https://npm.pkg.github.com",
"login-npm": "npm login --registry=https://registry.npmjs.org",
"publish-ghp": "npm publish --registry=https://npm.pkg.github.com",
"publish-npm": "npm publish --registry=https://registry.npmjs.org"
}
}

@@ -5,2 +5,8 @@ # util-node-js

### NPM
```bash
npm i @alttiri/util-node-js
```
### From GitHub Packages:

@@ -7,0 +13,0 @@ To install you need fisrt to create `.npmrc` file with `@alttiri:registry=https://npm.pkg.github.com` content: