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

fenextjs-validator

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-validator - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

21

package.json
{
"name": "fenextjs-validator",
"version": "1.0.15",
"version": "1.0.16",
"description": "",

@@ -9,3 +9,2 @@ "main": "./cjs/index.js",

"scripts": {
"md":"npm run build:cjs && npx jsdoc2md ./cjs/index.js > r.md",
"test": "bun test.ts",

@@ -20,6 +19,10 @@ "build": "npm run build:esm && npm run build:cjs",

"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"
},

@@ -42,4 +45,4 @@ "repository": {

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

@@ -57,9 +60,7 @@ "files": [

"eslint": "8.49.0",
"jsdoc-to-markdown": "^8.0.0",
"prettier": "^3.0.3",
"ts-loader": "^9.4.4",
"tslib": "^2.6.2",
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
}
}
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