Socket
Socket
Sign inDemoInstall

@jsenv/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/eslint-config - npm Package Versions

1
79

9.9.0

Diff

Changelog

Source

29.9.0

  • Add ability to resolve symlinks with urlResolution.node_esm
    startDevServer({
      urlResolution: {
        node_esm: {
          preservesSymlink: false,
        },
      },
    });
    
  • Preserve symlinks by default during node esm resolution
  • Ensure css and js is bundled when referenced by html itself referenced by js
  • Prepare things for @jsenv/plugin-toolbar
dmail
published 9.8.0 •

Changelog

Source

29.8.0

  • Support import.meta.resolve during dev and build
  • Add "?as_js_module" to be able to import js using top level this
  • Ignore plugin when plugin.init returns false
dmail
published 9.7.0 •

Changelog

Source

29.7.0

  • Export jsenvPluginPlaceholders
dmail
published 9.6.0 •

Changelog

Source

29.6.0

  • Propagate resource hint on files injected during build
dmail
published 9.5.0 •

Changelog

Source

29.5.0

  • build.baseUrl becomes build.base
  • introduce build.assetsDirectory
  • build.buildDirectoryClean renamed directoryToClean
  • fix new URL() usage for ?as_js_classic_library
  • enable ribbon by default during dev
dmail
published 9.4.0 •

Changelog

Source

29.4.0

  • build server sends "/index.html" when requested at "/" if file exists. This is configurable with buildIndexPath. When the file at buildIndexPath do not exists build server returns directory content.
dmail
published 9.3.0 •

Changelog

Source

29.3.0

  • Add ribbon param to startDevServer
dmail
published 9.2.0 •

Changelog

Source

29.2.0

  • Update rollup to 3.1.0
dmail
published 9.1.0 •

Changelog

Source

29.1.0

  • log only one url for dev server when hostname is passed
  • urlResolution now applies on url type not reference type (js urls have node esm by default too)
dmail
published 9.0.0 •

Changelog

Source

29.0.0

  • breaking change: introduce urlResolution
    • replace nodeEsmResolution
    • new way to disable node esm resolution visible here https://github.com/jsenv/core/pull/309/files#diff-f1264f171aeba6139f3338d6682b28e466ef796ab84760d608ed8c69b3d80073R34-R36
  • breaking change: rename fileSystemMagicResolution in fileSystemMagicRedirection
  • fix explorer.html not served anymore after sarting dev 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