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

@anxolin/cow-runner-game

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anxolin/cow-runner-game - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/game/assets/default_100_percent/100-disabled.png

8

package.json
{
"name": "@anxolin/cow-runner-game",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cow runner game",

@@ -15,4 +15,5 @@ "main": "dist/lib.js",

"build:lib": "tsc",
"prepare": "npm run clean && npm run build:lib",
"clean": "rimraf build"
"prepare": "npm run clean && npm run assets && npm run build:lib",
"clean": "rimraf build",
"assets": "copyfiles -u 1 src/**/*.png src/**/*.css dist"
},

@@ -28,2 +29,3 @@ "devDependencies": {

"babel-loader": "8.2.2",
"copyfiles": "^2.4.1",
"css-loader": "5.2.5",

@@ -30,0 +32,0 @@ "html-webpack-plugin": "^5.3.1",

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