New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guardian/bridget

Package Overview
Dependencies
Maintainers
29
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/bridget - npm Package Compare versions

Comparing version 0.52.0 to 0.53.0

19

index.d.ts

@@ -1,2 +0,17 @@

import * as Webview from "./Webview";
export { Webview as Webview };
export * from "./AdSlot";
export * from "./Topic";
export * from "./Image";
export * from "./Epic";
export * from "./MaybeEpic";
import * as Environment from "./Environment";
export { Environment as Environment };
import * as Commercial from "./Commercial";
export { Commercial as Commercial };
import * as Acquistions from "./Acquistions";
export { Acquistions as Acquistions };
import * as Notifications from "./Notifications";
export { Notifications as Notifications };
import * as User from "./User";
export { User as User };
import * as Gallery from "./Gallery";
export { Gallery as Gallery };
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __importStar = (this && this.__importStar) || function (mod) {

@@ -16,3 +19,18 @@ if (mod && mod.__esModule) return mod;

*/
const Webview = __importStar(require("./Webview"));
exports.Webview = Webview;
__export(require("./AdSlot"));
__export(require("./Topic"));
__export(require("./Image"));
__export(require("./Epic"));
__export(require("./MaybeEpic"));
const Environment = __importStar(require("./Environment"));
exports.Environment = Environment;
const Commercial = __importStar(require("./Commercial"));
exports.Commercial = Commercial;
const Acquistions = __importStar(require("./Acquistions"));
exports.Acquistions = Acquistions;
const Notifications = __importStar(require("./Notifications"));
exports.Notifications = Notifications;
const User = __importStar(require("./User"));
exports.User = User;
const Gallery = __importStar(require("./Gallery"));
exports.Gallery = Gallery;

2

package.json
{
"name": "@guardian/bridget",
"version": "0.52.0",
"version": "0.53.0",
"description": "",

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

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