Socket
Socket
Sign inDemoInstall

@remix-run/router

Package Overview
Dependencies
Maintainers
2
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/router - npm Package Compare versions

Comparing version 0.2.0-pre.0 to 0.2.0-pre.1

dist/__tests__/browser-test.d.ts

6

CHANGELOG.md
# @remix-run/router
## 0.2.0-pre.1
### Patch Changes
- Fix missing `dist` files
## 0.2.0-pre.0

@@ -4,0 +10,0 @@

36

package.json
{
"name": "@remix-run/router",
"publishConfig": {
"access": "public"
},
"version": "0.2.0-pre.0",
"author": "Remix Software <hello@remix.run>",
"version": "0.2.0-pre.1",
"description": "Nested/Data-driven/Framework-agnostic Routing",
"keywords": [
"remix",
"router",
"location"
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router.git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/router"
},
"license": "MIT",
"main": "./main.js",
"module": "./index.js",
"types": "./index.d.ts",
"unpkg": "./umd/router.production.min.js",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"keywords": [
"remix",
"router",
"location"
]
"main": "./dist/main.js",
"unpkg": "./dist/umd/router.production.min.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"CHANGELOG.md",
"LICENSE.md",
"README.md"
],
"publishConfig": {
"access": "public"
}
}
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