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

@create-moralis-dapp/next

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@create-moralis-dapp/next - npm Package Compare versions

Comparing version 1.0.1-beta.11 to 2.16.1

lib/generate.d.ts

32

package.json
{
"name": "@create-moralis-dapp/next",
"version": "1.0.1-beta.11",
"author": "Moralis",
"version": "2.16.1",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"type": "commonjs",
"files": [
"lib/*"
],
"bin": "./lib/index.js",
"scripts": {
"test": "jest --runInBand --detectOpenHandles --forceExit --ci",
"lint": "eslint . --ext .js,.ts,.tsx,jsx",
"format": "prettier --write 'src/**/*.{js,ts}'",
"clean": "rm -rf lib && rm -rf tsconfig.tsbuildinfo && rm -rf ./node_modules/.cache/nx",
"build": "tsc && npm run postbuild",
"postbuild": "npm run copy-files",
"copy-files": "copyfiles -u 1 -a src/template/** lib",
"dev": "ts-node src/generate.ts"
},
"dependencies": {
"@create-moralis-dapp/toolkit": "1.0.1-beta.11"
"@create-moralis-dapp/toolkit": "^2.16.1"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
"devDependencies": {
"copyfiles": "^2.4.1",
"jest": "29.3.1"
}
}
src/generators/base-app/index.d.ts
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