Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dtsearch

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtsearch - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

bin/dtsearch

6

package.json
{
"name": "dtsearch",
"version": "0.1.1",
"version": "0.1.2",
"description": "Search for npm packages with types, either on Definitely Typed or bundled.",
"main": "bin/index.js",
"main": "dist/index.js",
"author": "Dan Vanderkam (danvdk@gmail.com)",
"license": "MIT",
"bin": {
"dtsearch": "./bin/index.js"
"dtsearch": "./bin/dtsearch"
},

@@ -11,0 +11,0 @@ "devDependencies": {

@@ -64,3 +64,3 @@ import {decode} from 'he';

format: ({types}) => types.ts === 'included' ? '<inc>' : (types.ts === 'definitely-typed' ? 'dt' : ''),
importance: 90,
importance: 80,
mutexGroup: 'types',

@@ -72,3 +72,3 @@ },

maxWidth: 40,
importance: 23,
importance: 25,
mutexGroup: 'desc',

@@ -80,3 +80,3 @@ },

maxWidth: 60,
importance: 24,
importance: 30,
mutexGroup: 'desc',

@@ -87,3 +87,3 @@ },

format: h => decode(h.description || ''),
importance: 25,
importance: 35,
mutexGroup: 'desc',

@@ -90,0 +90,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc