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
1
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
4.3.1

2

svgr__rollup/index.d.ts

@@ -14,3 +14,3 @@ // Type definitions for @svgr/rollup 4.3

interface Options {
include?: string;
include?: string | undefined;
exclude: string;

@@ -17,0 +17,0 @@ babel: boolean;

{
"name": "@types/svgr__rollup",
"version": "4.3.0",
"version": "4.3.1",
"description": "TypeScript definitions for @svgr/rollup",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup",
"license": "MIT",

@@ -19,3 +20,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -31,4 +32,4 @@ "type": "git",

},
"typesPublisherContentHash": "167e9132f834fd790be5a476f35f7df041502e71d5559975e07961b9534a0e55",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "6b787f5b0fce2d158abbab10108b8aa083875ba7786db0ddb93ebda1e2928de0",
"typeScriptVersion": "3.6"
}

@@ -8,10 +8,36 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup
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
// Type definitions for @svgr/rollup 4.3
// Project: https://github.com/smooth-code/svgr/tree/master/packages/rollup
// Definitions by: Nick <https://github.com/fobdy>
// Max Boguslavskiy <https://github.com/maxbogus>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
Additional Details
* Last updated: Thu, 10 Oct 2019 21:56:47 GMT
* Dependencies: @types/rollup, @types/node
/// <reference types='node' />
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, 02 Jul 2021 22:33:14 GMT
* Dependencies: [@types/rollup](https://npmjs.com/package/@types/rollup), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Nick <https://github.com/fobdy>, and Max Boguslavskiy <https://github.com/maxbogus>.
These definitions were written by [Nick](https://github.com/fobdy), and [Max Boguslavskiy](https://github.com/maxbogus).

Sorry, the diff of this file is not supported yet