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

fenextjs-functions

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-functions - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

cjs/parse/CSC/index.d.ts

1

cjs/parse/index.d.ts

@@ -14,1 +14,2 @@ export * from "./Date";

export * from "./Phone";
export * from "./CSC";

@@ -17,2 +17,3 @@ "use strict";

tslib_1.__exportStar(require("./Phone"), exports);
tslib_1.__exportStar(require("./CSC"), exports);
//# sourceMappingURL=index.js.map

39

package.json
{
"name": "fenextjs-functions",
"version": "3.2.0",
"version": "3.3.0",
"description": "",

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

"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"
"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 '/^fenextjs.*$/' country-state-city-nextjs uselocalstoragenextjs",
"update": "npm run update-package && npm run remove && npm run bun-i && npm run flb",
"u": "npm run update"
},

@@ -43,3 +43,3 @@ "repository": {

"dependencies": {
"fenextjs-interface": "^2.2.2",
"fenextjs-interface": "^2.7.0",
"next": "13.5.1",

@@ -54,13 +54,14 @@ "react": "18.2.0",

"devDependencies": {
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "8.57.0",
"npm-check-updates": "^16.14.15",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2"
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "8.49.0",
"npm-check-updates": "^16.14.18",
"prettier": "^3.0.3",
"ts-loader": "^9.4.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}

Sorry, the diff of this file is not supported yet

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