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

@ne1410s/xprest

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ne1410s/xprest - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

18

package.json
{
"name": "@ne1410s/xprest",
"version": "0.1.11",
"version": "0.1.12",
"description": "RESTful express core library",

@@ -13,4 +13,4 @@ "main": "dist/ne14_xprest.cjs.min.js",

"clean": "npx rimraf dist",
"is-pretty": "npx prettier --list-different . --ignore-path .gitignore",
"prettify": "npx prettier --write . --ignore-path .gitignore",
"is-pretty": "npx prettier -l .",
"prettify": "npx prettier -w .",
"build": "npm run clean && npx rollup -c",

@@ -42,7 +42,7 @@ "test": "npm run is-pretty && npm run build && mocha --exit",

"devDependencies": {
"@types/cors": "^2.8.14",
"@types/ejs": "^3.1.3",
"@types/express": "^4.17.18",
"@types/jws": "^3.2.6",
"@types/node": "^20.8.2",
"@types/cors": "^2.8.15",
"@types/ejs": "^3.1.4",
"@types/express": "^4.17.20",
"@types/jws": "^3.2.7",
"@types/node": "^20.8.9",
"chai": "^4.3.10",

@@ -52,3 +52,3 @@ "mocha": "^10.2.0",

"rimraf": "^5.0.5",
"rollup": "^4.0.0",
"rollup": "^4.1.5",
"rollup-plugin-typescript2": "^0.36.0",

@@ -55,0 +55,0 @@ "tslib": "^2.6.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