Socket
Socket
Sign inDemoInstall

just-echo

Package Overview
Dependencies
1
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

2

dist/index.d.ts

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

declare const justEcho: <T>(...arg: T[]) => T[];
declare const justEcho: <T extends unknown[]>(...arg: T) => T;
export default justEcho;
{
"name": "just-echo",
"version": "1.0.9",
"version": "1.0.10",
"description": "npm package template",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc