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

enact-dev

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enact-dev - npm Package Versions

0.9.5

Diff

Changelog

Source

0.9.5 (December 14, 2017)

Locked down dependencies to avoid potential regressions in patch updates to dependencies (as was the case with 2.0.8 karma-webpack).

enact
published 0.9.4 •

Changelog

Source

0.9.4 (November 13, 2017)

pack

  • Improved prerender base font detection on irregular screens.
  • Deep linking now injects prerendered app HTML dynamically, rather than removing prerendered HTML nodes.
enact
published 0.9.2 •

Changelog

Source

0.9.2 (September 7, 2017)

create

  • Template updated for Enact 1.8.0.

transpile

  • Fixed ES6 module format not being transpiled to CommonJS standard.

pack

  • Improved support for screenTypes within the enact object in the package.json. Can now be:
    • Array of screen literal values (empty array fo no screen types to pass)
    • String filepath to a local project json file
    • String path to a dependency module json file
    • Undefined/falsy to fallback to default Moonstone
  • Added support for deep option within the enact object in the package.json. It represents 1 or more javascript conditions that, when met, indicate the page load was originating from an external deep link, and the prerender should not be shown (as the initial state of the window will not be the prerendered content). This can be a string or a string array.
enact
published 0.9.0 •

Changelog

Source

0.9.0 (August 21, 2017)

Dependencies updated to latest release, including support for Webpack 3.x. Codebase updated for ES6 syntax and the minimum version is NodeJS is now 6.4.0.

create

  • Template updated for Enact 1.7.0 and React 15.6.1

pack

  • Upgraded to Webpack 3 and associated loaders/config layout.
  • Removed url-loader usage in favour of strictly file-loader only.
  • Switched from implicit string loader names to explicit relative loader filepath resolving.
  • Prevent removal of outdated CSS properties by autoprefixer in postcss
  • Prerenders moonstone font-face declarations into HTML head to preload fonts.
  • Output error messages after build and have watcher mode disable bailing to ensure webpack doesn't exit during watching.
  • Properly bail on error and properly avoid bailing on --watch flag.
  • Disable module traces when errors occur.
  • Show any warnings successful pack executions (not just when there are errors).
  • Uses the react-dev-utils eslint formatter for displaying eslint warnings and errors.
  • Limited autoprefixer flexbox prefixing to final and IE versions of flexbox implementation.
  • Added support for postcss-flexbugs-fixes to automatically fix known platform-specific flexbox issues with workarounds.
  • Disabled webpack performance output.

serve

  • Support greater dev server functionality and UI from react-dev-utils.
  • Integrated support for react-error-overlay.
  • Fixed module access failure when rebuilding after editing LESS/CSS.

test

  • Activity timeout extended for larger testbases to 60 seconds.
  • Removed unneeded extract-text-webpack-plugin usage.
  • Carried over url-loader and postcss changes from pack configuration.
enact
published 0.8.2 •

Changelog

Source

0.8.2 (May 31, 2017)

Updated ilib-webpack-plugin dependency to correctly support moonstone internal localization and associated fixes.

enact
published 0.8.0 •

Changelog

Source

0.8.0 (April 21, 2017)

With the exception of webpack2-related packages, all dependencies have been updated to their current releases.

create

  • Template updated for Enact 1.1.0 and React 15.5.4.
  • Added prop-types dependency.
  • Fixed --local option to use enact-dev on NPM rather than git shorthand.

serve

  • Fixed --port option parsing along with support for PORT environment variable.

pack

  • Improved console output when prerendering in isomorphic code layout.
  • Uses cheap-module-source-map instead of source-map. See https://github.com/webpack/webpack/issues/2145#issuecomment-294361203
  • Enabled support for eslint caching to improve development mode build speed.
  • Appinfo files will now correctly be ignore by the ilib-webpack-plugin (as they're already handled by webos-meta-webpack-plugin).
  • Improved communication between plugins.

test

  • Updated use react-test-renderer with Enzyme with alias fallback to avoid any compatibility issues.
enact
published 0.7.0 •

Changelog

Source

0.7.0 (March 31, 2017)

Added support for a link command (enact link) as a shorthand to link in Enact library dependencies.

pack

  • Added support for appinfo.json sysAssetsBasePath and $-prefix in webos-meta-webpack-plugin.
  • Will now warn about performance when building in development mode.
  • HTML template will now be used in all situations and can be customized as desired.
  • Vastly rewritten isomorphic app prerendering support with improved reliability and memory management.
  • Depreciated prerendering of isomorphic apps within the HTML template has been removed. Please ensure all app entrypoints are able to self-render. See this example.

test

  • Improved error handling with plugins to prevent certain scenarios that could cause tests to fail.

lint

  • Updated lint rules for disabling no-spaced-func and no-undefined warnings for non-strict ruleset.
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