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

@types/caniuse-api

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/caniuse-api - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

4

caniuse-api/index.d.ts

@@ -17,3 +17,3 @@ export const features: string[];

feature: string,
browsers: string | ReadonlyArray<string>,
browsers: string | readonly string[],
): boolean;

@@ -26,5 +26,5 @@

export function setBrowserScope(
browserscope: string | ReadonlyArray<string>,
browserscope: string | readonly string[],
): void;
export function getBrowserScope(): string[];
{
"name": "@types/caniuse-api",
"version": "3.0.5",
"version": "3.0.6",
"description": "TypeScript definitions for caniuse-api",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/caniuse-api",

"dependencies": {},
"typesPublisherContentHash": "cf9af36d0995e97c81f725eebb234ac87bfd1f79c3b3c4f0f6530b4652f5d3cf",
"typesPublisherContentHash": "14ee8f365324409f270dcf3d0dbd8247b73ad192d18aaf761707e502cd9f2544",
"typeScriptVersion": "4.5"
}

@@ -27,3 +27,3 @@ # Installation

feature: string,
browsers: string | ReadonlyArray<string>,
browsers: string | readonly string[],
): boolean;

@@ -36,3 +36,3 @@

export function setBrowserScope(
browserscope: string | ReadonlyArray<string>,
browserscope: string | readonly string[],
): void;

@@ -45,3 +45,3 @@

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT
* Dependencies: none

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