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

es6-dev-server

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-dev-server - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

3

index.js

@@ -290,3 +290,4 @@ // ES6 DEV SERVER

try {
resolved = fs.realpathSync(resolve.sync(importPath, { basedir: moduleDirPath, packageFilter }))
// resolved = fs.realpathSync(resolve.sync(importPath, { basedir: moduleDirPath, packageFilter }))
resolved = resolve.sync(importPath, { basedir: moduleDirPath, packageFilter })
} catch (e) {

@@ -293,0 +294,0 @@ return { error: e.toString() }

{
"name": "es6-dev-server",
"description": "Serve ES6 modules ensuring node resolution via the node algorithm. Express middleware and full server",
"version": "0.0.8",
"version": "0.0.9",
"bin": {

@@ -6,0 +6,0 @@ "es6-dev-server": "./server"

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