New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@batbstats/common

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batbstats/common - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

16

index.js

@@ -1,11 +0,11 @@

export const STANCE_REGULAR = 'regular';
export const STANCE_GOOFY = 'goofy';
const STANCE_REGULAR = 'regular';
const STANCE_GOOFY = 'goofy';
export const VARIATION_SWITCH = 'switch';
export const VARIATION_NOLLIE = 'nollie';
export const VARIATION_FAKIE = 'fakie';
const VARIATION_SWITCH = 'switch';
const VARIATION_NOLLIE = 'nollie';
const VARIATION_FAKIE = 'fakie';
export const ROSHAMBO_MOVE_ROCK = 'rock';
export const ROSHAMBO_MOVE_PAPER = 'paper';
export const ROSHAMBO_MOVE_SCISSORS = 'scissors';
const ROSHAMBO_MOVE_ROCK = 'rock';
const ROSHAMBO_MOVE_PAPER = 'paper';
const ROSHAMBO_MOVE_SCISSORS = 'scissors';

@@ -12,0 +12,0 @@ module.exports = {

{
"name": "@batbstats/common",
"version": "1.0.0",
"version": "1.1.0",
"description": "Common variables used across API and client repos",

@@ -5,0 +5,0 @@ "main": "index.js",

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