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

route-recognizer

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

route-recognizer - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

dist/route-recognizer.d.ts

26

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