🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@aleclarson/npm-view

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleclarson/npm-view - npm Package Compare versions

Comparing version

to
0.1.2

2

index.d.ts

@@ -1,2 +0,2 @@

declare const npmView: (name: string, range?: string) => Promise<object | null>
declare const npmView: (name: string, range?: string) => Promise<{ [key: string]: any } | null>
export default npmView
{
"name": "@aleclarson/npm-view",
"version": "0.1.1",
"version": "0.1.2",
"description": "Inspect the package.json of NPM packages",

@@ -5,0 +5,0 @@ "repository": "aleclarson/npm-view",