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

nodecg-io-ahk

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodecg-io-ahk - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

extension/AHK.js

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
const node_fetch_1 = (0, tslib_1.__importDefault)(require("node-fetch"));
const node_fetch_1 = tslib_1.__importDefault(require("node-fetch"));
class AHK {

@@ -8,0 +8,0 @@ constructor(logger, host, port) {

import { AHK } from "./AHK";
export declare type AHKServiceClient = AHK;
export type AHKServiceClient = AHK;
//# sourceMappingURL=index.d.ts.map
{
"name": "nodecg-io-ahk",
"version": "0.2.0",
"version": "0.3.0",
"description": "Allows you to send commands to AutoHotkey.",

@@ -27,5 +27,5 @@ "homepage": "https://nodecg.io/RELEASE/samples/ahk",

"nodecg": {
"compatibleRange": "^1.1.1",
"compatibleRange": ">=1.1.1 <3.0.0",
"bundleDependencies": {
"nodecg-io-core": "^0.2.0"
"nodecg-io-core": "^0.3.0"
}

@@ -35,11 +35,12 @@ },

"devDependencies": {
"@types/node": "^16.11.7",
"@types/node-fetch": "^2.5.10",
"nodecg-types": "^1.8.3",
"typescript": "^4.4.4"
"@types/node": "^20.3.3",
"@types/node-fetch": "^2.6.4",
"@nodecg/types": "^2.1.11",
"typescript": "^5.1.6",
"nodecg-io-tsconfig": "^1.0.0"
},
"dependencies": {
"node-fetch": "^2.6.5",
"nodecg-io-core": "^0.2.0"
"node-fetch": "^2.6.12",
"nodecg-io-core": "^0.3.0"
}
}
{
"extends": "../../tsconfig.common.json",
"extends": "nodecg-io-tsconfig",
"references": [

@@ -4,0 +4,0 @@ {

Sorry, the diff of this file is not supported yet

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