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

cra-template-07

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-07 - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

package.json
{
"name": "cra-template-07",
"version": "2.0.5",
"version": "2.0.6",
"proxy": "https://localhost:44332/",

@@ -5,0 +5,0 @@ "keywords": [

@@ -111,4 +111,9 @@ import React, { useContext, useEffect, useState } from "react";

`${
require("../../../package.json").proxy
}/umbraco`,
window.location.hostname === "localhost"
? `${
require("../../../package.json")
.proxy
}/umbraco`
: "/umbraco"
}`,
"_blank"

@@ -115,0 +120,0 @@ )

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