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.2 to 3.0.3

4

caniuse-api/index.d.ts

@@ -23,3 +23,3 @@ // Type definitions for caniuse-api 3.0

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

@@ -32,5 +32,5 @@

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

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

"dependencies": {},
"typesPublisherContentHash": "0b1a99a3c581c0e2c38f41bd6caa7f70c2327e636a57bbfae738d5dde6bd30df",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "eb7ff1d3b2e44cc2c022848e242a98a21d93abc299855779b8c15e41e3168a57",
"typeScriptVersion": "4.3"
}

@@ -33,3 +33,3 @@ # Installation

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

@@ -42,3 +42,3 @@

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

@@ -51,3 +51,3 @@

### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:49 GMT
* Last updated: Mon, 04 Sep 2023 15:38:05 GMT
* Dependencies: none

@@ -54,0 +54,0 @@ * Global values: none

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