Socket
Socket
Sign inDemoInstall

@amoy/common

Package Overview
Dependencies
0
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

10

index.d.ts

@@ -1,6 +0,4 @@

declare namespace common {
function type(target: any): string
function isPlaintarget(target: any): boolean
function extend(deep: boolean, target: any, srouce: any): object
function extend(target: any, srouce: any): object
}
export const type: (target: any) => void
export const isPlaintarget: (target: any) => void
export function extend(deep: boolean, target: any, srouce: any): void
export function extend(target: any, srouce: any): void

2

package.json
{
"name": "@amoy/common",
"moduleName": "common",
"version": "1.0.1",
"version": "1.0.2",
"description": "A tool function kit.",

@@ -6,0 +6,0 @@ "main": "dist/common.js",

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