Socket
Socket
Sign inDemoInstall

@jsenv/eslint-config

Package Overview
Dependencies
0
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
4567

9.5.0

Diff

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
dmail
published 8.0.0 •

Changelog

Source

38.0.0

  • bundling and minification enabled by default during build
  • Improve and fix autoreload on inline content (like css in js)
  • Fix several cases where js module fallback was missing or superflous
  • Correct output for code shared between main document and worker(s)
  • Prevent double injection of side effect files into worker entry points
dmail
published 7.0.0 •

Changelog

Source

37.0.0

  • Update plugins API
    • context argument is dead (all hooks now called with a single argument)
    • context can be accessed either with urlInfo.context or reference.ownerUrlInfo.context
    • reference.parentUrl becomes reference.ownerUrlInfo.url
    • Add reference.urlInfo
    • All context.referenceUtils moved to urlInfo.dependencies
    • Add methods on urlInfo .cook, .cookDependencies, .getWithoutSearchParam, .isUsed
    • Add methods on reference .remove, .inline
    • Add reference.astInfo
    • Add urlInfo.referenceToOthersSet
    • Add urlInfo.referenceFromOthersSet
    • Add urlInfo.firstReference
    • Add urlInfo.contentFinalized
    • Add urlInfo.graph
    • Add graph.rootUrlInfo
    • Add lazy getters on urlInfo.contentAst and urlInfo.contentEtag
    • urlInfo.url now readonly and frozen
    • reference.url now readonly and frozen
    • reference.prev and reference.next always set early to be accessible inside resolveReference and redirectReference hooks
    • inlining always create a dedicated urlInfo
  • Update versioning during build
    • now done using placeholders (no need to recook to inject versions)
  • Ensure side effect file are properly injected into relevant entry points and only once
  • Rename param used to hot reload ?hot (was ?hmr)
  • Ensure assert keyword is entirely removed when import assertions are not supported
  • Fix sourcemaps generation during build
  • Properly update file written in outDirectoryUrl when url info content is modified after being cooked
  • Improve code injection for side effect file, versioning and service worker
  • Code injected into HTML files respects indentation to be readable
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc