New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fenextjs-error

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-error - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

18

package.json
{
"name": "fenextjs-error",
"version": "1.0.12",
"version": "1.0.13",
"description": "",

@@ -14,9 +14,13 @@ "main": "./cjs/index.js",

"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier src '!**/*.stories.tsx' --check",
"prettier": "npx prettier src --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix",
"doc": "typedoc src/index.ts",
"flb": "npm run format && npm run lint && npm run build && npm run doc",
"fenext-u-interface": "rm -rf ./node_modules/fenextjs-interface && npm i fenextjs-interface",
"fenext-u": "npm run fenext-u-interface"
"flb": "npm run format && npm run lint && npm run build",
"bun-i":"bun i",
"remove-bun-lockb":"rm -r bun.lockb",
"remove-node-module":"rm -r node_modules",
"remove":"npm run remove-node-module && npm run remove-bun-lockb",
"update-package":"ncu -u !next",
"update":"npm run update-package && npm run remove && npm run bun-i && npm run flb",
"u":"npm run update"
},

@@ -40,3 +44,3 @@ "repository": {

"dependencies": {
"fenextjs-interface": "^1.0.33"
"fenextjs-interface": "^1.0.34"
},

@@ -43,0 +47,0 @@ "files": [

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