Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bastion-siege-logic

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bastion-siege-logic - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

dist/gamescreen/player.js

@@ -8,2 +8,3 @@ "use strict";

const emojiRegex = require('emoji-tree/lib/emojiRegex');
const nameRegex = createNameRegex();
function createNameRegex() {

@@ -34,3 +35,3 @@ const e = emojiRegex.source;

}
const match = createNameRegex().exec(text);
const match = nameRegex.exec(text);
if (!match) {

@@ -37,0 +38,0 @@ throw new Error('could not parse player');

{
"name": "bastion-siege-logic",
"version": "2.0.0",
"version": "2.0.1",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

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