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

@haskellian/range

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haskellian/range - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+5
-5
package.json
{
"name": "@haskellian/range",
"version": "1.0.0",
"version": "1.0.1",
"description": "Just a range function",

@@ -11,3 +11,3 @@ "type": "module",

"type": "git",
"url": "git+https://github.com/moveread/REPO.git"
"url": "git+https://github.com/moveread/haskellian-js.git"
},

@@ -17,3 +17,2 @@ "author": "Marcel Claramunt",

"devDependencies": {
"typescript": "",
"@typescript-eslint/eslint-plugin": "^7.0.2",

@@ -23,4 +22,5 @@ "@typescript-eslint/parser": "^7.0.2",

"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5"
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": ""
}
}
}