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

@hostv2hp/common

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hostv2hp/common - npm Package Compare versions

Comparing version 1.0.75 to 1.0.76

32

build/utils/newTicketInitial.js

@@ -10,2 +10,34 @@ "use strict";

const codeNew = {
"/styles.css": {
code: ``,
hidden: true,
},
"/index.js": {
code: `import React, { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import App from "./App";
const root = createRoot(document.getElementById("root"));
root.render(
<StrictMode>
<App />
</StrictMode>
);`,
hidden: true,
readOnly: true,
},
"/public/index.html": {
code: `<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="root"></div>
</body>
</html>`,
hidden: true,
readOnly: true,
},
"/App.js": {

@@ -12,0 +44,0 @@ code: `import React from "react";

2

package.json
{
"name": "@hostv2hp/common",
"version": "1.0.75",
"version": "1.0.76",
"description": "",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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