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.97 to 1.0.98

9

build/utils/newTicketInitial.js

@@ -107,4 +107,11 @@ "use strict";

code: `import ${newTitle} from "./${newTitle}";
import { useEffect } from "react";
const ${newTitle}PropsExtractor = (props) => {
console.log(props);
useEffect(() => {
setTimeout(() => {
console.log(props);
}
, 1000);
}
, [props]);
return <${newTitle} {...props} />;

@@ -111,0 +118,0 @@ };

2

package.json
{
"name": "@hostv2hp/common",
"version": "1.0.97",
"version": "1.0.98",
"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