Socket
Socket
Sign inDemoInstall

resource-loader

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resource-loader - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

15

package.json
{
"name": "resource-loader",
"version": "2.0.0",
"main": "./lib/index.js",
"version": "2.0.1",
"main": "./src/index.js",
"description": "A generic asset loader, made with web games in mind.",

@@ -24,7 +24,7 @@ "author": "Chad Engler <chad@pantherdev.com>",

"clean": "rm -rf ./dist && mkdir dist",
"build": "browserify -d -t babelify -s Loader -e ./src/index.js -o ./dist/resource-loader.js",
"build": "npm run clean && browserify -d -t babelify -s Loader -e ./src/index.js -o ./dist/resource-loader.js",
"minify": "uglifyjs --output ./dist/resource-loader.min.js -- ./dist/resource-loader.js",
"dev": "watchify -d -t babelify -s Loader -e ./src/index.js -o ./dist/resource-loader.js",
"lint": "eslint src/ test/",
"start": "npm run clean && npm run build",
"start": "npm run build",
"test": "npm run test-dev -- --single-run",

@@ -62,5 +62,10 @@ "test-dev": "karma start test/karma.conf.js",

"presets": [
["es2015", { "loose": true }]
[
"es2015",
{
"loose": true
}
]
]
}
}
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