Socket
Socket
Sign inDemoInstall

bigby

Package Overview
Dependencies
70
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0-alpha.9 to 0.7.0-alpha.10

1

dist/index.d.ts
export * from "@bigby/core";
export * as game from "@bigby/game";
export * as logger from "@bigby/logger";
export * as physics2d from "@bigby/physics2d";
export * as random from "@bigby/random";

@@ -15,4 +15,5 @@ "use strict";

exports.game = __importStar(require("@bigby/game"));
exports.logger = __importStar(require("@bigby/logger"));
exports.physics2d = __importStar(require("@bigby/physics2d"));
exports.random = __importStar(require("@bigby/random"));
//# sourceMappingURL=index.js.map

15

package.json
{
"name": "bigby",
"description": "The Bigby Framework",
"version": "0.7.0-alpha.9",
"version": "0.7.0-alpha.10",
"main": "dist/index.js",

@@ -33,9 +33,10 @@ "license": "Apache-2.0",

"dependencies": {
"@bigby/core": "^0.7.0-alpha.9",
"@bigby/game": "^0.7.0-alpha.9",
"@bigby/logger": "^0.7.0-alpha.9",
"@bigby/physics2d": "^0.7.0-alpha.9",
"@bigby/random": "^0.7.0-alpha.9"
"@bigby/core": "^0.7.0-alpha.10",
"@bigby/game": "^0.7.0-alpha.10",
"@bigby/logger": "^0.7.0-alpha.10",
"@bigby/physics2d": "^0.7.0-alpha.10",
"@bigby/random": "^0.7.0-alpha.9",
"@bigby/timers": "^0.7.0-alpha.10"
},
"gitHead": "940438d98663aa6fc307a694d7c14434b077a64c"
"gitHead": "a7971dd1bdb4e0bc05f5d1325d345eaa447dbfae"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc