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

@calibur/skr-template

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@calibur/skr-template - npm Package Compare versions

Comparing version 0.0.23-alpha.0 to 0.0.24-alpha.0

2

hardhat-vue3-dapp/package.json

@@ -41,3 +41,3 @@ {

"dotenv": "^<%= dotenv %>",
"eslint": "^7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^<%= eslint-config-prettier %>",

@@ -44,0 +44,0 @@ "ethereum-waffle": "^<%= ethereum-waffle %>",

{
"name": "@calibur/skr-template",
"version": "0.0.23-alpha.0",
"version": "0.0.24-alpha.0",
"author": "falstack <icesilt@outlook.com>",
"license": "MIT",
"gitHead": "66bf569c736022435dacf37339648301b96b8927"
"gitHead": "0fe3cd5c70165f46dfb55693d4fe8f237daf773b"
}

@@ -1,2 +0,7 @@

const generateCurrentTime = async () => {
const init = async (opts) => {
console.log('this hook called before check version', opts);
}
const copy = async (opts) => {
console.log('this hook called before copy files', opts);
return {

@@ -7,2 +12,10 @@ currentTime: Date.now()

module.exports = generateCurrentTime
const done = async (opts) => {
console.log('this hook called after copy files', opts);
}
module.exports = {
init,
copy,
done
}
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')
const app = createApp(App)
app.mount('#app')
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