New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@types/rollup-plugin-json

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rollup-plugin-json - npm Package Compare versions

Comparing version
3.0.4
to
3.0.5
+0
-7
rollup-plugin-json/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for rollup-plugin-json 3.0
// Project: https://github.com/rollup/rollup-plugin-json#readme
// Definitions by: Andy Mockler <https://github.com/asmockler>
// Martin Hochel <https://github.com/hotell>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="node" />

@@ -9,0 +2,0 @@ import { Plugin } from "rollup";

+6
-6
{
"name": "@types/rollup-plugin-json",
"version": "3.0.4",
"version": "3.0.5",
"description": "TypeScript definitions for rollup-plugin-json",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup-plugin-json",

"name": "Andy Mockler",
"url": "https://github.com/asmockler",
"githubUsername": "asmockler"
"githubUsername": "asmockler",
"url": "https://github.com/asmockler"
},
{
"name": "Martin Hochel",
"url": "https://github.com/hotell",
"githubUsername": "hotell"
"githubUsername": "hotell",
"url": "https://github.com/hotell"
}

@@ -32,4 +32,4 @@ ],

},
"typesPublisherContentHash": "99ba2f59b2e7d30c427bb793548983acea25ae3642f012053f967fc138eb2db1",
"typesPublisherContentHash": "0167e81d0843953ad29fe0e5e1d11703ed42c31cea3cce8532d4c29dff022dce",
"typeScriptVersion": "4.5"
}

@@ -11,9 +11,2 @@ # Installation

````ts
// Type definitions for rollup-plugin-json 3.0
// Project: https://github.com/rollup/rollup-plugin-json#readme
// Definitions by: Andy Mockler <https://github.com/asmockler>
// Martin Hochel <https://github.com/hotell>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="node" />

@@ -48,7 +41,6 @@ import { Plugin } from "rollup";

### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/rollup](https://npmjs.com/package/@types/rollup)
* Global values: none
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [rollup](https://npmjs.com/package/rollup)
# Credits
These definitions were written by [Andy Mockler](https://github.com/asmockler), and [Martin Hochel](https://github.com/hotell).