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

@jsenv/eslint-import-resolver

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/eslint-import-resolver - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@jsenv/eslint-import-resolver",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

@@ -89,3 +89,3 @@ // https://github.com/benmosher/eslint-plugin-import/blob/master/resolvers/node/index.js

) {
return onUrl(new URL(specifier, rootDirectoryUrl).href)
return onUrl(new URL(specifier.slice(1), rootDirectoryUrl).href)
}

@@ -92,0 +92,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