New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@cripty2001/utils

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cripty2001/utils - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+3
-1
package.json
{
"name": "@cripty2001/utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "Internal Set of utils. If you need them use them, otherwise go to the next package ;)",

@@ -15,2 +15,4 @@ "homepage": "https://github.com/cripty2001/utils#readme",

"author": "Fabio Mauri <cripty2001@outlook.com>",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

@@ -17,0 +19,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"rootDir": "./src",
"moduleResolution": "NodeNext",
"declaration": true,
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"rootDir": "./src",
"moduleResolution": "NodeNext",
"declaration": true,
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}