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

@goodgamestudios/cxf-announcements

Package Overview
Dependencies
Maintainers
24
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodgamestudios/cxf-announcements - npm Package Compare versions

Comparing version 0.19.2-qa.9 to 0.19.2-qa.10

33

package.json
{
"name": "@goodgamestudios/cxf-announcements",
"version": "0.19.2-qa.9",
"version": "0.19.2-qa.10",
"scripts": {

@@ -16,15 +16,12 @@ "serve:locally": "http-server dist --port 4002",

"release": "standard-version",
"deploy:dev": "npm test && npm run build:dev && npm run release -- --prerelease dev && npm publish --access private --tag dev && cross-env ENV=dev npm run s3:upload:popup",
"deploy:dev": "npm test && npm run build:dev && npm run release -- --prerelease dev && npm publish --access private --tag dev && cross-env-shell ENV=dev npm run s3:upload:popup",
"deploy:staging": "npm test && npm run build:staging && npm run release -- --prerelease qa && npm publish --access private --tag qa && cross-env-shell ENV=staging npm run s3:upload:popup",
"deploy:production": "npm test && npm run build:production && npm run release && npm publish --access private --tag production && cross-env ENV=production npm run s3:upload:popup",
"deploy:production": "npm test && npm run build:production && npm run release && npm publish --access private --tag production && cross-env-shell ENV=production npm run s3:upload:popup",
"--- base scripts ---": "-------------------------------",
"build": "rimraf dist && cross-env parcel build --no-cache --public-url . src/announcements.js && npm run build-popup",
"build-popup": "rimraf dist/templates && npm run build-popupEM && npm run build-popupBF && npm run build-popupE4K",
"build-popupEM": "cross-env parcel build src/bigfarm_announcement.html --dist-dir dist/templates --public-url . src/bigfarm_announcement.html --detailed-report",
"build-popupBF": "cross-env parcel build src/empire_announcement.html --dist-dir dist/templates --public-url . src/empire_announcement.html --detailed-report",
"build-popup": "rimraf dist/templates && npm run build-popupBF && npm run build-popupEM && npm run build-popupE4K",
"build-popupBF": "cross-env parcel build src/bigfarm_announcement.html --dist-dir dist/templates --public-url . src/bigfarm_announcement.html --detailed-report",
"build-popupEM": "cross-env parcel build src/empire_announcement.html --dist-dir dist/templates --public-url . src/empire_announcement.html --detailed-report",
"build-popupE4K": "cross-env parcel build src/empirefourkingdoms_announcement.html --dist-dir dist/templates --public-url . src/empirefourkingdoms_announcement.html --detailed-report",
"//s3:upload": "cp CHANGELOG.md dist/CHANGELOG.md && cross-env aws s3 cp dist/ s3://cap-announcements-$ENV.ggs-stp.com/announcements --recursive --acl public-read --exclude \"*.html\" && npm run s3:upload:popup",
"s3:upload:popup": "cross-env aws s3 cp dist/templates/ s3://cap-announcements-$ENV.ggs-stp.com/ --recursive --acl public-read --exclude \\\"*.html\\\" && cross-env aws s3 cp dist/templates/ s3://cap-announcements-$ENV.ggs-stp.com/ --recursive --acl public-read --exclude \"*\" --include \"*.html\" --content-type \"text/html; charset=utf-8\" && cross-env sh ./invalidate-cloudfront.sh $ENV",
"invalidate-cache:staging": "sh ./invalidate-cloudfront.sh staging",
"invalidate-cache:production": "sh ./invalidate-cloudfront.sh production",
"---ci deployment---": "------------------------------",

@@ -43,6 +40,6 @@ "ci:deploy:dev": "npm run release -- --prerelease dev && npm publish --access private --tag dev && cross-env ENV=dev npm run s3:upload:popup",

"@babel/core": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.7",
"@babel/register": "7.16.7",
"@babel/preset-env": "7.16.8",
"@babel/register": "7.16.9",
"@commitlint/cli": "16.0.2",

@@ -53,7 +50,7 @@ "@commitlint/config-conventional": "16.0.0",

"@goodgamestudios/game-alias": "0.2.11",
"@parcel/namer-default": "^2.1.1",
"@parcel/namer-default": "2.1.1",
"@segment/load-script": "1.0.1",
"ava": "^0.25.0",
"ava": "0.25.0",
"browser-env": "3.3.0",
"core-js": "^3.20.2",
"core-js": "3.20.2",
"cross-env": "7.0.3",

@@ -63,4 +60,4 @@ "dom-loaded": "3.0.0",

"fetch-mock": "9.11.0",
"http-server": "14.0.0",
"husky": "^1.2.0",
"http-server": "14.1.0",
"husky": "1.2.0",
"jquery": "3.6.0",

@@ -70,3 +67,3 @@ "mock-local-storage": "1.1.19",

"nyc": "15.1.0",
"parcel": "^2.1.1",
"parcel": "2.1.1",
"parcel-plugin-bundle-visualiser": "1.2.0",

@@ -73,0 +70,0 @@ "promise-polyfill": "8.2.1",

Sorry, the diff of this file is too big to display

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