route-recognizer
Advanced tools
Comparing version 0.2.8 to 0.3.0
{ | ||
"name": "route-recognizer", | ||
"version": "0.2.8", | ||
"version": "0.3.0", | ||
"description": "A lightweight JavaScript library that matches paths against registered routes.", | ||
@@ -11,13 +11,25 @@ "author": "Yehuda Katz", | ||
"devDependencies": { | ||
"broccoli-file-creator": "^1.1.1", | ||
"@types/qunit": "^2.0.31", | ||
"broccoli-funnel": "^1.0.6", | ||
"broccoli-merge-trees": "^1.1.4", | ||
"broccoli-rollup": "^1.0.2", | ||
"broccoli-string-replace": "^0.1.1", | ||
"broccoli-typescript-compiler": "^1.0.1", | ||
"do-you-even-bench": "^1.0.2", | ||
"ember-cli": "^2.7.0", | ||
"glob": "^7.1.1", | ||
"jshint": "^2.9.3", | ||
"rollup-plugin-replace": "^1.1.1" | ||
"qunitjs": "^2.1.0", | ||
"rollup-plugin-buble": "^0.14.0", | ||
"tslint": "^4.0.2", | ||
"typescript": "^2.1.4" | ||
}, | ||
"main": "dist/route-recognizer.js", | ||
"jsnext:main": "dist/es6/route-recognizer.js", | ||
"jsnext:main": "dist/route-recognizer.es.js", | ||
"module": "dist/route-recognizer.es.js", | ||
"types": "dist/route-recognizer.d.ts", | ||
"files": [ | ||
"dist/*", | ||
"!dist/tests" | ||
], | ||
"bugs": { | ||
@@ -27,5 +39,2 @@ "url": "https://github.com/tildeio/route-recognizer/issues" | ||
"homepage": "https://github.com/tildeio/route-recognizer", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
@@ -35,6 +44,7 @@ "test": "ember test", | ||
"build": "ember build", | ||
"tsc": "tsc", | ||
"bench": "ember build && node ./bench/index.js", | ||
"lint": "jshint lib/*" | ||
"lint": "tslint lib/**/*.ts tests/**/*.ts && jshint ember-cli-build.js" | ||
}, | ||
"license": "MIT" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76814
14
9
738
1