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

@skyux/router

Package Overview
Dependencies
Maintainers
1
Versions
445
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/router - npm Package Compare versions

Comparing version 5.7.1 to 6.0.0-beta.0

esm2020/index.mjs

35

package.json
{
"name": "@skyux/router",
"version": "5.7.1",
"version": "6.0.0-beta.0",
"author": "Blackbaud, Inc.",

@@ -19,7 +19,7 @@ "keywords": [

"peerDependencies": {
"@angular/common": "^12.2.16",
"@angular/core": "^12.2.16",
"@angular/router": "^12.2.16",
"@skyux/config": "5.7.1",
"@skyux/core": "5.7.1"
"@angular/common": "^13.2.7",
"@angular/core": "^13.2.7",
"@angular/router": "^13.2.7",
"@skyux/config": "6.0.0-beta.0",
"@skyux/core": "6.0.0-beta.0"
},

@@ -29,9 +29,22 @@ "dependencies": {

},
"main": "bundles/skyux-router.umd.js",
"module": "fesm2015/skyux-router.js",
"es2015": "fesm2015/skyux-router.js",
"esm2015": "esm2015/skyux-router.js",
"fesm2015": "fesm2015/skyux-router.js",
"module": "fesm2015/skyux-router.mjs",
"es2020": "fesm2020/skyux-router.mjs",
"esm2020": "esm2020/skyux-router.mjs",
"fesm2020": "fesm2020/skyux-router.mjs",
"fesm2015": "fesm2015/skyux-router.mjs",
"typings": "skyux-router.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./skyux-router.d.ts",
"esm2020": "./esm2020/skyux-router.mjs",
"es2020": "./fesm2020/skyux-router.mjs",
"es2015": "./fesm2015/skyux-router.mjs",
"node": "./fesm2015/skyux-router.mjs",
"default": "./fesm2020/skyux-router.mjs"
}
},
"sideEffects": false
}
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