preact-router
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -24,3 +24,3 @@ import * as preact from 'preact'; | ||
path?: string; | ||
default?: boolean; | ||
default?: boolean | preact.JSX.SignalLike<boolean | undefined>; | ||
} | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "preact-router", | ||
"amdName": "preactRouter", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Connect your components up to that address bar.", | ||
@@ -35,3 +35,3 @@ "main": "dist/preact-router.js", | ||
"test:ts": "tsc -p ./test", | ||
"prepublishOnly": "npm-run-all build test", | ||
"prepublishOnly": "npm-run-all build", | ||
"release": "npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish", | ||
@@ -88,4 +88,3 @@ "format": "prettier --write ." | ||
"@types/jasmine": "^3.10.3", | ||
"chai": "^3.5.0", | ||
"copyfiles": "^1.0.0", | ||
"chai": "^4.3.7", | ||
"eslint": "^6.8.0", | ||
@@ -98,14 +97,11 @@ "eslint-config-preact": "^1.1.1", | ||
"microbundle": "^0.14.2", | ||
"mkdirp": "^0.5.3", | ||
"mocha": "^5.2.0", | ||
"npm-merge-driver-install": "^1.1.1", | ||
"npm-run-all": "^3.0.0", | ||
"preact": "^10.6.4", | ||
"preact": "^10.16.0", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^2.5.1", | ||
"sinon": "^7.1.0", | ||
"sinon-chai": "^2.8.0", | ||
"typescript": "^3.4.4", | ||
"sinon-chai": "^3.7.0", | ||
"typescript": "^4.9.5", | ||
"webpack": "^4.42.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
18
82777
18
196
1