Socket
Socket
Sign inDemoInstall

@types/shimmer

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

@types/shimmer - npm Package Compare versions

Comparing version 1.0.5 to 1.2.0

6

shimmer/index.d.ts

@@ -1,7 +0,1 @@

declare global {
interface Function {
__wrapped?: boolean | undefined;
}
}
declare const shimmer: {

@@ -8,0 +2,0 @@ (options: { logger?(msg: string): void }): void;

6

shimmer/package.json
{
"name": "@types/shimmer",
"version": "1.0.5",
"version": "1.2.0",
"description": "TypeScript definitions for shimmer",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shimmer",

"dependencies": {},
"typesPublisherContentHash": "98c612c76fd1df53a510e83eddfc77c9e4ab745da980d05ec921fd46b16c5893",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "6ffde80baf6ff75b03e1360a247fefb453f433a310fccd8f6413d258f75a7c81",
"typeScriptVersion": "4.8"
}

@@ -11,8 +11,2 @@ # Installation

````ts
declare global {
interface Function {
__wrapped?: boolean | undefined;
}
}
declare const shimmer: {

@@ -45,3 +39,3 @@ (options: { logger?(msg: string): void }): void;

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Mon, 08 Jul 2024 08:09:26 GMT
* Dependencies: none

@@ -48,0 +42,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