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

modulejs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modulejs - npm Package Compare versions

Comparing version 0.0.1 to 2.0.1

.editorconfig

48

package.json
{
"name": "modulejs",
"description": "browser side module manager.",
"version": "0.0.1",
"author": "Devrim Yasar <devrim@koding.com>",
"contributors": [
{
"name": "Chris Thorn",
"email": "chris@koding.com"
}
],
"keywords": [
"require",
"requirejs"
],
"repository": "git://github.com/koding/modulejs",
"main": "index",
"engines": {
"node": ">= 0.2.9 < 0.7.0"
"version": "2.0.1",
"description": "Lightweight JavaScript module system.",
"homepage": "https://larsjung.de/modulejs/",
"bugs": "https://github.com/lrsjng/modulejs/issues",
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/modulejs.git"
},
"subdomain": "modulejs",
"main": "dist/modulejs.js",
"scripts": {
"start": "index.js"
"lint": "eslint .",
"test": "node test",
"check": "npm run -s lint && npm run -s test",
"cover": "isparta cover --dir coverage --report text --report html test",
"build": "node ghu release",
"precommit": "npm run -s check && npm run -s build"
},
"devDependencies": {
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"eslint": "3.1.1",
"ghu": "0.7.0",
"isparta": "4.0.0",
"scar": "0.14.0"
},
"engines": {
"node": ">=6.0.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