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

@vxapp/resolve

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vxapp/resolve - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

1

index.js

@@ -81,2 +81,3 @@ const fs = require('fs');

const ref = resolve(name, { basedir, extensions });
if(!ref) throw new Error(`[@vxapp/resolve] can not found module: "${name}" `);
var output = ref.replace(source, target);

@@ -83,0 +84,0 @@ if(~ref.indexOf('node_modules')){

14

package.json
{
"name": "@vxapp/resolve",
"version": "0.0.10",
"version": "0.0.11",
"description": "resolve npm modules",

@@ -14,9 +14,2 @@ "keywords": [

"main": "index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {

@@ -26,9 +19,6 @@ "type": "git",

},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/song940/vxapp/issues"
},
"gitHead": "e02dc67596abd028828e628e539ed6f398e1f822"
"gitHead": "7787bf09096686206ef0b336b72a1522f8df39c7"
}
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