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

preact-router

Package Overview
Dependencies
Maintainers
1
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 1.2.3 to 1.2.4

10

package.json
{
"name": "preact-router",
"amdName": "preactRouter",
"version": "1.2.3",
"version": "1.2.4",
"description": "Connect your components up to that address bar.",

@@ -34,9 +34,9 @@ "main": "dist/preact-router.js",

"peerDependencies": {
"preact": "^2 || ^3"
"preact": "*"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.7",
"babel-eslint": "^5.0.0",
"chai": "^3.5.0",
"eslint": "^1.7.1",
"eslint": "^2.0.0",
"gzip-size-cli": "^1.0.0",

@@ -46,3 +46,3 @@ "mkdirp": "^0.5.1",

"npm-run-all": "^1.5.1",
"preact": "^2.8.3",
"preact": "^3.4.0",
"pretty-bytes-cli": "^1.0.0",

@@ -49,0 +49,0 @@ "rimraf": "^2.5.1",

@@ -46,2 +46,3 @@ # preact-router

<C path="/c/:id" />
<D default />
</Router>

@@ -48,0 +49,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