Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/rollup

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rollup - npm Package Compare versions

Comparing version
0.51.1
to
0.51.2
+2
-1
rollup/index.d.ts

@@ -10,2 +10,3 @@ // Type definitions for rollup 0.51

export type Format = 'amd' | 'cjs' | 'es' | 'iife' | 'umd'
export const VERSION: string

@@ -35,3 +36,3 @@ export interface SourceMap extends RawSourceMap {

/** Mapping of IDs → global variable names. Used for UMD/IIFE bundles. */
globals?: { [id: string]: string }
globals?: ((id: string) => string) | { [id: string]: string }
/**

@@ -38,0 +39,0 @@ * Function that takes an ID and returns a path, or Object of id: path pairs.

{
"name": "@types/rollup",
"version": "0.51.1",
"version": "0.51.2",
"description": "TypeScript definitions for rollup",

@@ -28,4 +28,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "b5aa21ce4c7cb515b676a9e6703602dddaee19372b192944c092b6c3179037fc",
"typesPublisherContentHash": "925da529d3fdca2b2e7feb03859de0e9f0fed97fbc43d28d879485a1a319823f",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 21 Nov 2017 18:32:46 GMT
* Last updated: Mon, 11 Dec 2017 19:14:19 GMT
* Dependencies: source-map, acorn

@@ -14,0 +14,0 @@ * Global values: none