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
65
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.33 to 1.0.34

11

package.json
{
"name": "fenextjs-interface",
"version": "1.0.33",
"version": "1.0.34",
"description": "",

@@ -17,3 +17,10 @@ "main": "./cjs/index.js",

"format": "npm run prettier:fix && npm run lint:fix",
"flb": "npm run format && npm run lint && npm run build"
"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"
},

@@ -20,0 +27,0 @@ "repository": {

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