Socket
Socket
Sign inDemoInstall

@cardsgame/entity-traits

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardsgame/entity-traits - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

0

lib/boxModel.d.ts

@@ -0,0 +0,0 @@ export declare const BoxModelTypeDef: {

@@ -0,0 +0,0 @@ "use strict";

export declare const ChildTraitTypeDef: {
idx: string;
};

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const FlexyTraitTypeDef: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { BoxModelTypeDef } from "./boxModel";

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TwoSidedTraitTypeDef = exports.OwnershipTraitTypeDef = exports.LocationTraitTypeDef = exports.LabelTraitTypeDef = exports.FlexyTraitTypeDef = exports.ChildTraitTypeDef = exports.BoxModelTypeDef = void 0;
var boxModel_1 = require("./boxModel");

@@ -4,0 +5,0 @@ Object.defineProperty(exports, "BoxModelTypeDef", { enumerable: true, get: function () { return boxModel_1.BoxModelTypeDef; } });

@@ -0,0 +0,0 @@ export declare const LabelTraitTypeDef: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const LocationTraitTypeDef: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const OwnershipTraitTypeDef: {

@@ -0,0 +0,0 @@ "use strict";

export declare const TwoSidedTraitTypeDef: {
faceUp: string;
};

@@ -0,0 +0,0 @@ "use strict";

4

package.json
{
"name": "@cardsgame/entity-traits",
"version": "0.10.0",
"version": "0.11.0",
"description": "",

@@ -22,3 +22,3 @@ "author": "Darek Greenly (https://darekgreenly.com)",

},
"gitHead": "f35a1f045f203081dd4506c4b3e5604344285c8c"
"gitHead": "233b849950af0d5d62ef28974d011d164fad109e"
}

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