Socket
Socket
Sign inDemoInstall

@awdware/gah-shared

Package Overview
Dependencies
0
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.42 to 0.0.43

2

lib/index.js

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

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

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

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -9,0 +9,0 @@ };

{
"name": "@awdware/gah-shared",
"version": "0.0.42",
"version": "0.0.43",
"description": "Provides types and interfaces for gah",

@@ -18,12 +18,13 @@ "main": "./lib/index.js",

"devDependencies": {
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"@awdware/eslint-config-nodejs": "^0.0.6",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"del-cli": "^3.0.1",
"downlevel-dts": "^0.5.0",
"eslint": "^7.4.0",
"downlevel-dts": "^0.6.0",
"eslint": "^7.7.0",
"fs-extra": "^9.0.1",
"ts-node": "^8.10.2",
"typescript": "~3.9.7",
"typescript-json-schema": "^0.42.0"
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"typescript-json-schema": "^0.43.0"
},

@@ -30,0 +31,0 @@ "types": "lib/index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc