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

nextjs-server-modules

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextjs-server-modules - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

.swcrc

6

package.json
{
"name": "nextjs-server-modules",
"version": "1.3.0",
"version": "1.3.1",
"main": "bin.js",

@@ -8,3 +8,3 @@ "repository": "git@github.com:hello-seam/nextjs-server-modules.git",

"scripts": {
"build": "tsup --dts --sourcemap ./nsm ./lib"
"build": "rimraf ./dist && swc ./lib -d ./dist/lib && swc ./nsm -d ./dist/nsm"
},

@@ -20,2 +20,4 @@ "bin": {

"@semantic-release/release-notes-generator": "^10.0.3",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.124",
"@types/node": "^17.0.5",

@@ -22,0 +24,0 @@ "ava": "^3.15.0",

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