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

@unrouted/core

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unrouted/core - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

12

package.json
{
"name": "@unrouted/core",
"version": "0.4.11",
"version": "0.4.12",
"homepage": "https://github.com/harlan-zw/unrouted#readme",

@@ -16,9 +16,10 @@ "bugs": {

"funding": "https://github.com/sponsors/harlan-zw",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}

@@ -30,2 +31,3 @@ },

],
"sideEffects": false,
"scripts": {

@@ -32,0 +34,0 @@ "build": "unbuild",

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