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

@squared-functions/types

Package Overview
Dependencies
Maintainers
1
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/types - npm Package Compare versions

Comparing version 4.9.14 to 4.9.15

8

lib/chrome.d.ts

@@ -20,2 +20,9 @@ import type { AttributeAction, ConditionProperty, CssConditionData, ElementAction, ExcludeAction, FileAsset, FromAction, HashAction, DataSource as IDataSource, ImportAction, MetadataAction, ViewEngine, XmlTagNode } from './squared';

export interface UserAgentData {
platform: string;
brand: string;
browser: number;
version: Null<number[]>;
}
export interface DocumentOutput {

@@ -44,2 +51,3 @@ productionRelease?: boolean | string;

templateMap?: TemplateMap;
userAgentData?: Partial<UserAgentData>;
}

@@ -46,0 +54,0 @@

2

package.json
{
"name": "@squared-functions/types",
"version": "4.9.14",
"version": "4.9.15",
"description": "Type definitions for squared-functions.",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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