Socket
Socket
Sign inDemoInstall

loadjs

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadjs - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.npmignore

55

package.json
{
"name": "loadjs",
"description": "A powerful loader for javascript modules.",
"author": [{
"name" : "Bogdan Mustiata",
"email" : "bogdan.mustiata@gmail.com"
}],
"version": "0.1.0",
"dependencies": {
},
"keywords": ["loadjs"],
"main": "./lib/loadjs.js",
"bugs": {
"url": "https://github.com/bmustiata/loadjs/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/bmustiata/loadjs/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/bmustiata/loadjs.git"
},
"readme": "A powerful loader for javascript modules.",
"readmeFilename": "README.md",
"homepage": "http://blog.ciplogic.com"
"name": "loadjs",
"version": "1.0.0",
"license": "MIT",
"description": "Tiny async loader for modern browsers",
"keywords": [
"async",
"loader",
"dependency manager"
],
"homepage": "https://github.com/muicss/loadjs",
"bugs": {
"url": "https://github.com/muicss/loadjs/issues",
"email": "contact@muicss.com"
},
"repository": {
"type": "git",
"url": "https://github.com/muicss/loadjs.git"
},
"main": "dist/loadjs.umd.js",
"devDependencies": {
"del": "2.2.0",
"gulp": "git+https://github.com/gulpjs/gulp#c4a7542986107949b049fc81aa081d72d95e98ff",
"gulp-jshint": "2.0.0",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.5.3",
"gulp-umd": "^0.2.0"
}
}
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