You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@types/svgr__rollup

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/svgr__rollup - npm Package Compare versions

Comparing version

to
6.0.0

30

svgr__rollup/package.json
{
"name": "@types/svgr__rollup",
"version": "4.3.5",
"description": "TypeScript definitions for @svgr/rollup",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup",
"license": "MIT",
"contributors": [
{
"name": "Nick",
"githubUsername": "fobdy",
"url": "https://github.com/fobdy"
},
{
"name": "Max Boguslavskiy",
"githubUsername": "maxbogus",
"url": "https://github.com/maxbogus"
}
],
"version": "6.0.0",
"description": "Stub TypeScript definitions entry for @svgr/rollup, which provides its own types definitions",
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/svgr__rollup"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"rollup": "^1.23.1"
"@svgr/rollup": "*"
},
"typesPublisherContentHash": "ce35dc04d6e397e13c0b4475d0c59c06d272efcb830ef60210204f994e1fcdba",
"typeScriptVersion": "4.6"
"deprecated": "This is a stub types definition. @svgr/rollup provides its own type definitions, so you do not need this installed."
}

@@ -1,32 +0,3 @@

# Installation
> `npm install --save @types/svgr__rollup`
This is a stub types definition for @types/svgr__rollup (https://react-svgr.com).
# Summary
This package contains type definitions for @svgr/rollup (https://github.com/smooth-code/svgr/tree/master/packages/rollup).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup/index.d.ts)
````ts
import { Plugin } from "rollup";
declare namespace svgrRollup {
interface Options {
include?: string | undefined;
exclude: string;
babel: boolean;
}
}
declare function svgrRollup(options?: svgrRollup.Options): Plugin;
export = svgrRollup;
````
### Additional Details
* Last updated: Fri, 01 Mar 2024 00:50:47 GMT
* Dependencies: [rollup](https://npmjs.com/package/rollup)
# Credits
These definitions were written by [Nick](https://github.com/fobdy), and [Max Boguslavskiy](https://github.com/maxbogus).
@svgr/rollup provides its own type definitions, so you don't need @types/svgr__rollup installed!