Socket
Socket
Sign inDemoInstall

@boardgamers/container-viewer

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boardgamers/container-viewer - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

dist/@boardgamers/container-viewer.css

4

package.json
{
"name": "@boardgamers/container-viewer",
"version": "1.0.15",
"version": "1.0.16",
"scripts": {

@@ -8,3 +8,3 @@ "serve": "vue-cli-service serve",

"test:unit": "vue-cli-service test:unit",
"package": "vue-cli-service build --target lib src/wrapper.ts",
"package": "vue-cli-service build --target lib --name @boardgamers/container-viewer src/wrapper.ts",
"prepublishOnly": "npm run package"

@@ -11,0 +11,0 @@ },

import type { GameState, Move } from 'container-engine';
import { EventEmitter } from 'events';
import Vue from 'vue';
import Game, { Preferences } from './components/Game.vue';
import Game from './components/Game.vue';
import type { Preferences } from './types/ui-data';

@@ -6,0 +7,0 @@ function launch(selector: string) {

@@ -9,2 +9,7 @@ import { ContainerPiece, ShipPosition } from 'container-engine/src/gamestate';

export type Preferences = {
sound: boolean;
help: boolean;
};
export interface Piece {

@@ -11,0 +16,0 @@ id: string;

@@ -17,14 +17,8 @@ {

"paths": {
"@/*": ["viewer/src/*"]
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"include": [
"viewer/src/**/*.ts",
"viewer/src/**/*.tsx",
"viewer/src/**/*.vue",
"viewer/tests/**/*.ts",
"viewer/tests/**/*.tsx"
],
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
"exclude": ["node_modules"]
}

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