New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oclazyload-systemjs-router

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oclazyload-systemjs-router - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

index.js

31

package.json
{
"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

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