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

unrouted

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unrouted - npm Package Compare versions

Comparing version 0.4.18 to 0.5.0

28

package.json
{
"name": "unrouted",
"version": "0.4.18",
"version": "0.5.0",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
"homepage": "https://github.com/harlan-zw/unrouted#readme",
"bugs": {
"url": "https://github.com/harlan-zw/unrouted/issues"
},
"license": "MIT",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"repository": {

@@ -15,13 +13,16 @@ "type": "git",

},
"funding": "https://github.com/sponsors/harlan-zw",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/harlan-zw/unrouted/issues"
},
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [

@@ -31,5 +32,4 @@ "dist",

],
"sideEffects": false,
"dependencies": {
"@unrouted/core": "0.4.18"
"@unrouted/core": "0.5.0"
},

@@ -36,0 +36,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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