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.38-alpha.0 to 0.0.39-alpha.0

hardhat-vue3-dapp/.template.js

2

hardhat-vue3-dapp/hardhat.config.ts

@@ -13,3 +13,3 @@ import * as dotenv from 'dotenv'

const config: HardhatUserConfig = {
solidity: '0.8.4',
solidity: '<%= solidity %>',
gasReporter: {

@@ -16,0 +16,0 @@ currency: 'USD',

@@ -49,3 +49,2 @@ {

"shx": "<%= shx %>",
"solc": "<%= solc %>",
"solhint": "<%= solhint %>",

@@ -52,0 +51,0 @@ "solhint-plugin-prettier": "<%= solhint-plugin-prettier %>",

{
"name": "@calibur/skr-template",
"version": "0.0.38-alpha.0",
"version": "0.0.39-alpha.0",
"author": "falstack <icesilt@outlook.com>",
"license": "MIT",
"gitHead": "39518ec6272b5853ccec9f4269c605e1cc2184c0"
"gitHead": "6bab34286331a87b59451c34378f82962e075c57"
}

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

const beforeCheckVersion = async (opts, axios) => {
// console.log('this hook called before check version', opts, axios);
const beforeCheckVersion = async (opts, fetch) => {
// console.log('this hook called before check version', opts, fetch);
}
const afterCheckVersion = async (opts, axios) => {
// console.log('this hook called after check version', opts, axios);
const afterCheckVersion = async (opts, fetch) => {
// console.log('this hook called after check version', opts, fetch);
return {

@@ -12,4 +12,4 @@ currentTime: Date.now()

const beforeCopyFiles = async (opts, files, axios) => {
// console.log('this hook called before copy files', opts, axios);
const beforeCopyFiles = async (opts, files, fetch) => {
// console.log('this hook called before copy files', opts, fetch);
if (opts.isMonorepo) {

@@ -20,4 +20,4 @@ return files.filter(_ => !_.startsWith('_'))

const afterCopyFiles = async (opts, axios) => {
// console.log('this hook called after copy files', opts, axios);
const afterCopyFiles = async (opts, fetch) => {
// console.log('this hook called after copy files', opts, fetch);
}

@@ -24,0 +24,0 @@

Sorry, the diff of this file is not supported yet

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