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

cookietrack-types

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookietrack-types - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

dist/index.d.ts

@@ -163,5 +163,5 @@ /*!

export interface APIResponse {
status: 'ok' | 'error';
status: 'ok' | 'error' | 'missingData';
data: any[];
request: string;
}
{
"name": "cookietrack-types",
"version": "1.6.0",
"version": "1.6.1",
"description": "Common Typings for CookieTrack.",

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

@@ -221,5 +221,5 @@ /*!

export interface APIResponse {
status: 'ok' | 'error'
status: 'ok' | 'error' | 'missingData'
data: any[]
request: string
}
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