Socket
Socket
Sign inDemoInstall

@takeshape/routing

Package Overview
Dependencies
Maintainers
0
Versions
735
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@takeshape/routing - npm Package Compare versions

Comparing version 10.44.4 to 10.47.3

2

dist/paths.js

@@ -12,3 +12,3 @@ "use strict";

var _curry = _interopRequireDefault(require("lodash/curry"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const nameGroup = '([a-zA-Z][a-zA-Z0-9.]*)';

@@ -15,0 +15,0 @@ const variableRegex = new RegExp(':' + nameGroup + '|{' + nameGroup + '}', 'g');

@@ -13,3 +13,3 @@ "use strict";

var _pickBy = _interopRequireDefault(require("lodash/pickBy"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const imageBaseUrl = exports.imageBaseUrl = 'https://images.takeshape.io';

@@ -16,0 +16,0 @@ const assetBaseUrl = exports.assetBaseUrl = 'https://assets.takeshape.io';

{
"name": "@takeshape/routing",
"version": "10.44.4",
"version": "10.47.3",
"homepage": "https://www.takeshape.io",

@@ -5,0 +5,0 @@ "repository": {

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