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

relative-cjs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relative-cjs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

readme.md

8

package.json
{
"name": "relative-cjs",
"version": "1.0.1",
"version": "1.0.2",
"description": "Calculate relative path for commonJs require function",

@@ -8,5 +8,6 @@ "main": "dist/index.cjs.js",

"scripts": {
"prebuild": "rimraf dist",
"build": "bili --format esm --format cjs --bundle-node-modules --file-name relative-cjs.[format].js",
"pretest": "npm run build",
"test": "jest",
"build": "bili --format esm --format cjs --bundle-node-modules --file-name relative-cjs.[format].js",
"release": "np --no-yarn --no-cleanup --no-2fa"

@@ -20,3 +21,4 @@ },

"jest": "^25.1.0",
"np": "^5.2.1"
"np": "^5.2.1",
"rimraf": "^3.0.0"
},

@@ -23,0 +25,0 @@ "license": "MIT",

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