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

@types/opener

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/opener - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

opener/LICENSE

7

opener/index.d.ts

@@ -8,8 +8,11 @@ // Type definitions for opener 1.4

import { ChildProcess } from 'child_process';
import { ChildProcess } from "child_process";
type Callback = (error: Error, stdout: string, stderr: string) => void;
declare function opener(
args: string | string[], options?: {}, callback?: Callback): ChildProcess;
args: string | string[],
options?: {},
callback?: Callback,
): ChildProcess;
export = opener;
{
"name": "@types/opener",
"version": "1.4.0",
"version": "1.4.1",
"description": "TypeScript definitions for opener",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opener",
"license": "MIT",
"author": "Rahul Ravikumar <https://github.com/tikurahul>",
"contributors": [
{
"name": "Rahul Ravikumar",
"url": "https://github.com/tikurahul",
"githubUsername": "tikurahul"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/opener"
},

@@ -16,5 +25,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "629b1a33db3abdb2246ba2e02963376493626866d9cc88d67535e76175e7e787",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "3765de10409f4391cda52bf7538830d784647dca38f863dd65a29ff16ff8dbe8",
"typeScriptVersion": "4.3"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/opener
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opener.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opener/index.d.ts)
````ts
// Type definitions for opener 1.4
// Project: https://github.com/domenic/opener
// Definitions by: Rahul Ravikumar <https://github.com/tikurahul>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Sat, 21 Jan 2017 21:16:38 GMT
* Dependencies: child_process, node
/// <reference types='node' />
import { ChildProcess } from "child_process";
type Callback = (error: Error, stdout: string, stderr: string) => void;
declare function opener(
args: string | string[],
options?: {},
callback?: Callback,
): ChildProcess;
export = opener;
````
### Additional Details
* Last updated: Sun, 03 Sep 2023 22:33:53 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Rahul Ravikumar <https://github.com/tikurahul>.
These definitions were written by [Rahul Ravikumar](https://github.com/tikurahul).
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