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

uniapp-router-next

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniapp-router-next - npm Package Compare versions

Comparing version 1.0.1-alpha.16 to 1.0.1-beta.0

./js_sdk/index.cjs

20

package.json
{
"name": "uniapp-router-next",
"version": "1.0.1-alpha.16",
"version": "1.0.1-beta.0",
"description": "",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
"types": "./js_sdk/index.d.ts",
"import": "./js_sdk/index.mjs",
"require": "./js_sdk/index.cjs"
},
"./*": "./*"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "./js_sdk/index.cjs",
"module": "./js_sdk/index.mjs",
"types": "./js_sdk/index.d.ts",
"buildOptions": {

@@ -29,3 +30,4 @@ "output": [

"files": [
"dist"
"js_sdk",
"components"
],

@@ -32,0 +34,0 @@ "author": "",

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