Socket
Socket
Sign inDemoInstall

rest-query

Package Overview
Dependencies
276
Maintainers
1
Versions
617
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.69.23 to 0.69.24

21

lib/cli.js

@@ -274,2 +274,3 @@ /*

mode = null ,
importError = null ,
stats = {} ;

@@ -371,8 +372,16 @@

term.red( "Import error: %E" , error ) ;
importError = error ;
}
importReporting( stats ) ;
term( "\n" ) ;
process.exit() ;
if ( importError ) {
term.red( "Import error: %E\n" , importError ) ;
process.exit( 1 ) ;
}
else {
term.green( "Successful Import!\n" ) ;
process.exit() ;
}
} ;

@@ -409,4 +418,4 @@

) ;
term( " ^+^WMisc^ -- ^Bduplicated IDs^:: ^c%i^:\n" ,
stats.duplicatedIds
term( " ^+^WMisc^ -- ^Bdeduped documents^:: ^c%i^ ^Bduplicated IDs^:: ^c%i^:\n" ,
stats.dedupedDocuments , stats.duplicatedIds
) ;

@@ -442,4 +451,4 @@

) ;
term( " ^+^WMisc^ -- ^Bduplicated IDs^:: ^c%i^:\n" ,
collectionStats.duplicatedIds
term( " ^+^WMisc^ -- ^Bdeduped documents^:: ^c%i^ ^Bduplicated IDs^:: ^c%i^:\n" ,
collectionStats.dedupedDocuments , collectionStats.duplicatedIds
) ;

@@ -446,0 +455,0 @@ }

{
"name": "rest-query",
"version": "0.69.23",
"version": "0.69.24",
"engines": {

@@ -27,3 +27,3 @@ "node": ">=16.13.0"

"rest-query-shared": "^0.35.0",
"roots-db": "^0.39.9",
"roots-db": "^0.39.10",
"roots-scheduler": "^0.2.1",

@@ -30,0 +30,0 @@ "server-kit": "^0.10.2",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc