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

@ejnshtein/tools

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

@ejnshtein/tools - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@ejnshtein/tools",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.cjs",

@@ -9,4 +9,4 @@ export interface template {

export type argv = (name: string) => boolean
export type getArgv = (name: string) => string
export function argv (name: string): boolean
export function getArgv (name: string): string
/**

@@ -16,3 +16,3 @@ * Sleep timer

*/
export type sleep = (timeout: number) => Promise<undefined>
export function sleep (timeout: number): Promise<undefined>

@@ -19,0 +19,0 @@ export interface buffer {

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