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.22.0 to 1.1.0

lib/cjs/boxModel.cjs

29

package.json
{
"name": "@cardsgame/entity-traits",
"version": "0.22.0",
"version": "1.1.0",
"type": "module",
"description": "",

@@ -14,11 +15,27 @@ "author": "Darek Greenly (https://darekgreenly.com)",

},
"main": "lib/index.js",
"main": "lib/cjs/index.cjs",
"types": "lib/types/index.d.ts",
"module": "lib/esm/index.js",
"files": [
"lib"
"lib",
"readme.md"
],
"scripts": {
"build": "tsc -b src",
"test": "echo \"¯\\_(ツ)_/¯\""
"build": "tsc -p tsconfig.build.json & tsc -p tsconfig.build.cjs.json & wait && ../../scripts/mapToCjs.sh ./lib/cjs",
"build:watch": "echo \"only for ESM!\" && tsc -p tsconfig.build.json --watch",
"test": "echo \"¯\\_(ツ)_/¯\"",
"test:watch": "echo \"¯\\_(ツ)_/¯\""
},
"gitHead": "bb93190bf4fa070baabd9ebe882684598ae23c30"
"exports": {
"./package.json": "./package.json",
".": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.cjs",
"types": "./lib/types/index.d.ts"
}
},
"devDependencies": {
"@cardsgame/base-configs": "^1.1.0"
},
"gitHead": "342a4d93d367862707e1321bb9907fd9a034913f"
}
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