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

@toddledev/ssr

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toddledev/ssr - npm Package Compare versions

Comparing version 0.0.3-alpha.22 to 0.0.3-alpha.23

3

dist/routing/routing.js

@@ -96,4 +96,5 @@ "use strict";

.split('/')
.filter((s) => s !== '');
.filter((s) => s !== '')
.map((s) => decodeURIComponent(s));
exports.getPathSegments = getPathSegments;
//# sourceMappingURL=routing.js.map

@@ -15,7 +15,7 @@ {

"dependencies": {
"@toddledev/core": "0.0.3-alpha.22",
"@toddledev/core": "0.0.3-alpha.23",
"cookie": "1.0.2",
"xss": "1.0.15"
},
"version": "0.0.3-alpha.22"
"version": "0.0.3-alpha.23"
}

@@ -149,1 +149,2 @@ import { getUrl } from '@toddledev/core/dist/api/api'

.filter((s) => s !== '')
.map((s) => decodeURIComponent(s))

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