oclazyload-systemjs-router
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "oclazyload-systemjs-router", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Dynamically load angular modules via routes", | ||
"main": "router.js", | ||
"main": "index.js", | ||
"keywords": [ | ||
@@ -17,16 +17,23 @@ "angular", | ||
"license": "MIT", | ||
"format": "es6", | ||
"registry": "jspm", | ||
"jspm": { | ||
"dependencies": { | ||
"angular": "github:angular/bower-angular@^1.3.14", | ||
"angular-ui-router": "github:angular-ui/ui-router@^0.2.13", | ||
"oclazyload": "github:ocombe/ocLazyLoad@^0.6.3", | ||
"ui-router-extras": "github:christopherthielen/ui-router-extras@^0.0.13" | ||
} | ||
}, | ||
"format": "cjs", | ||
"registry": "jspm", | ||
"jspm": { | ||
"dependencies": { | ||
"angular": "github:angular/bower-angular@^1.3.14", | ||
"angular-ui-router": "github:angular-ui/ui-router@^0.2.13", | ||
"oclazyload": "github:ocombe/ocLazyLoad@^0.6.3", | ||
"ui-router-extras": "github:christopherthielen/ui-router-extras@^0.0.13" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lookfirst/ocLazyLoad-SystemJS-Router.git" | ||
}, | ||
"scripts": { | ||
"compile": "babel router.js -o index.js -m common", | ||
"preinstall": "npm run-script compile" | ||
}, | ||
"devDependencies": { | ||
"babel": "^4.7.12" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
4256
6
71
1
1