Socket
Socket
Sign inDemoInstall

resource-loader

Package Overview
Dependencies
2
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.6 to 1.6.7

55

package.json
{
"name": "resource-loader",
"version": "1.6.6",
"version": "1.6.7",
"main": "./src/index.js",
"description": "A generic asset loader, made with web games in mind.",
"author": "Chad Engler <chad@pantherdev.com>",
"license": "ISC",
"license": "MIT",
"homepage": "https://github.com/englercj/asset-loader",

@@ -17,35 +17,34 @@ "repository": {

"keywords": [],
"files": [
"./dist",
"./src"
],
"scripts": {
"test": "gulp && testem ci",
"build": "gulp build",
"test": "npm run build && testem ci",
"start": "npm run build",
"travis": "npm run lint && npm test",
"clean": "rm -rf ./dist && mkdir dist",
"minify": "uglifyjs --output ./dist/resource-loader.min.js -- ./dist/resource-loader.js",
"build": "npm run clean && browserify -d -s Loader -e ./src/index.js -o ./dist/resource-loader.js && npm run minify",
"dev": "npm run clean && watchify -d -s Loader -e ./src/index.js -o ./dist/resource-loader.js",
"lint": "eslint src/ && eslint test/",
"docs": "jsdoc -c ./gulp/util/jsdoc.conf.json"
},
"dependencies": {
"async": "^0.9.0",
"eventemitter3": "^1.1.0"
"async": "^2.0.1",
"eventemitter3": "^1.2.0"
},
"devDependencies": {
"browserify": "^10.2.0",
"chai": "^2.3.0",
"del": "^1.1.0",
"gulp": "^3.8.11",
"gulp-cached": "^1.1.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"ink-docstrap": "^0.5.2",
"jsdoc": "^3.3.0",
"jshint-summary": "^0.4.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"testem": "^0.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
"@englercj/code-style": "^1.0.6",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"eslint": "^3.1.1",
"ink-docstrap": "^1.2.1",
"jsdoc": "^3.4.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"testem": "^1.10.2",
"uglify-js": "^2.7.0",
"watchify": "^3.7.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc