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

fenextjs-interface

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-interface - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

cjs/index.d.ts

36

package.json
{
"name": "fenextjs-interface",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir cjs",
"lint": "npx eslint src",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier src '!**/*.stories.tsx' --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix",
"flb": "npm run format && npm run lint && npm run build"
},

@@ -23,3 +33,21 @@ "repository": {

},
"homepage": "https://gitlab.com/franciscoblancojn/fenextjs-interface#readme"
"homepage": "https://gitlab.com/franciscoblancojn/fenextjs-interface#readme",
"dependencies": {
},
"files": [
"cjs",
"esm"
],
"devDependencies": {
"@types/node": "18.7.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "8.24.0",
"prettier": "^2.7.1"
}
}
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