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

preact-router

Package Overview
Dependencies
Maintainers
9
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preact-router - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

index.d.ts

@@ -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"
}
}
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