Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/insert-module-globals

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/insert-module-globals - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

10

insert-module-globals/index.d.ts

@@ -41,3 +41,3 @@ // Type definitions for insert-module-globals 7.0

*/
always?: boolean;
always?: boolean | undefined;
/**

@@ -49,8 +49,8 @@ * Use opts.vars to override the default inserted variables, or set opts.vars[name] to undefined to not insert a variable which would otherwise be inserted.

*/
vars?: VarsOption;
vars?: VarsOption | undefined;
/**
* If opts.debug is true, an inline source map will be generated to compensate for the extra lines.
*/
debug?: boolean;
basedir?: string;
debug?: boolean | undefined;
basedir?: string | undefined;
}

@@ -67,4 +67,4 @@

source: string;
suffix?: string;
suffix?: string | undefined;
}
}
{
"name": "@types/insert-module-globals",
"version": "7.0.1",
"version": "7.0.2",
"description": "TypeScript definitions for insert-module-globals",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-module-globals",
"license": "MIT",

@@ -14,6 +15,7 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/insert-module-globals"
},

@@ -24,4 +26,4 @@ "scripts": {},

},
"typesPublisherContentHash": "ad6ae6f7bd291458cffa25ee5d5e4f92f75e69872df1e8e56379cd79e1f31261",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "b1f08bdc911fc63e490d900cbcf50335ddda4c8a2d106c498f2d0c4a108c48bd",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for insert-module-globals ( https://github.com/browserify/insert-module-globals ).
This package contains type definitions for insert-module-globals (https://github.com/browserify/insert-module-globals).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-module-globals
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-module-globals.
Additional Details
* Last updated: Wed, 13 Feb 2019 18:42:14 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Thu, 08 Jul 2021 14:23:16 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Leonard Thieu <https://github.com/leonard-thieu>.
These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu).

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