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
109
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.91 to 1.0.92

50

build/utils/newTicketInitial.js

@@ -11,25 +11,3 @@ "use strict";

"/styles.css": {
code: `
body{
background-color: #121316;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.innerDiv {
position: absolute;
top: 0;
left: 0;
animation: anim 3s ease-in-out infinite;
height:20px; width:20px;
}
@keyframes anim {
0%, 100% {
transform: translate(-2.7px, -2.7px);
}
50% {
transform: translate(2.7px, 2.7px);
}
}
`,
code: ``,
hidden: true,

@@ -72,3 +50,3 @@ readOnly: true,

return (
<div className="App">
<div className="App" style={{backgroundColor:"#121316", width:"100vw", height:"100vh", display:"flex", justifyContent:"center", alignItems:"center"}}>
<${newTitle} color={"#06ba63"} />

@@ -103,3 +81,25 @@ </div>

[maincss]: {
code: ``,
code: `
body{
background-color: #121316;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.innerDiv {
position: absolute;
top: 0;
left: 0;
animation: anim 3s ease-in-out infinite;
height:20px; width:20px;
}
@keyframes anim {
0%, 100% {
transform: translate(-2.7px, -2.7px);
}
50% {
transform: translate(2.7px, 2.7px);
}
}
`,
hidden: false,

@@ -106,0 +106,0 @@ readOnly: false,

{
"name": "@hostv2hp/common",
"version": "1.0.91",
"version": "1.0.92",
"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