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

@reuters-graphics/graphics-components

Package Overview
Dependencies
Maintainers
5
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reuters-graphics/graphics-components - npm Package Compare versions

Comparing version 0.0.1-beta.1 to 0.0.1-beta.2

dist/@types/components/PaddingReset/PaddingReset.svelte.d.ts

2

dist/@types/components/Article/Article.svelte.d.ts

@@ -6,3 +6,3 @@ import { SvelteComponentTyped } from "svelte";

/** Add an id to the article tag to target it with custom CSS. */ id?: string | null;
/** ARIA role of the article. */ role?: string | null;
/** ARIA role of the article */ role?: string | null;
/** Set custom widths for the normal, wide and wider column dimensions */ columnWidths?: {

@@ -9,0 +9,0 @@ /** Narrower column width */

@@ -13,2 +13,4 @@ export { default as Article } from "./components/Article/Article.svelte";

export { default as NoteText } from "./components/NoteText/NoteText.svelte";
export { default as PaddingReset } from "./components/PaddingReset/PaddingReset.svelte";
export { default as PhotoPack } from "./components/PhotoPack/PhotoPack.svelte";
export { default as PymChild } from "./components/PymChild/PymChild.svelte";

@@ -15,0 +17,0 @@ export { default as ReutersLogo } from "./components/ReutersLogo/ReutersLogo.svelte";

@@ -14,2 +14,4 @@ // Components

export { default as NoteText } from './components/NoteText/NoteText.svelte';
export { default as PaddingReset } from './components/PaddingReset/PaddingReset.svelte';
export { default as PhotoPack } from './components/PhotoPack/PhotoPack.svelte';
export { default as PymChild } from './components/PymChild/PymChild.svelte';

@@ -16,0 +18,0 @@ export { default as ReutersLogo } from './components/ReutersLogo/ReutersLogo.svelte';

{
"name": "@reuters-graphics/graphics-components",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"type": "module",

@@ -115,3 +115,3 @@ "private": false,

"./components/NoteText/NoteText.svelte": "./dist/components/NoteText/NoteText.svelte",
"./components/PaddingReset/index.svelte": "./dist/components/PaddingReset/index.svelte",
"./components/PaddingReset/PaddingReset.svelte": "./dist/components/PaddingReset/PaddingReset.svelte",
"./components/PhotoPack/PhotoPack.svelte": "./dist/components/PhotoPack/PhotoPack.svelte",

@@ -118,0 +118,0 @@ "./components/PhotoPack/docProps.ts": "./dist/components/PhotoPack/docProps.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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