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

@enact/cli

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/cli - npm Package Versions

1
8

2.5.1

Diff

Changelog

Source

2.5.1 (September 4, 2019)

create

  • Updated moonstone template for Enact 3.0.0 release.

pack

  • Fixed V8 snapshotting when ilib external package is not found.
enact
published 2.5.0 •

Changelog

Source

2.5.0 (August 12, 2019)

pack

  • Redesigned option-parser with encapsulated theme option support and environment variable overriding.
  • Fixed V8 snapshot failure when attempting to polyfill <TypedArray>.toLocaleString, but Int8Array.prototype.toLocaleString already exists.
  • Fixed bug where undefined ri values would result in Infinity pixel values.

test

  • Added mock support for <Element>.animate.
  • Added support for theme-based iLib resbundle resource paths.
  • Fixed .env files not being processed and loaded into process.env.

template

  • Added support for type template property (used during project creation messages if prepare is not overridden). Defaults to 'app'.
  • Fixed bug where template function parameters defaultGenerator and type could be accidentally overridden via command line arguments.
enact
published 2.4.1 •

Changelog

Source

2.4.1 (July 14, 2019)

  • Fixed alias prioritization for iLib to correctly locate/index iLib when build framework builds.
enact
published 2.4.0 •

Changelog

Source

2.4.0 (July 12, 2019)

  • Added support for ilib external NPM package (with backward compatibility for @enact/i18n/ilib).
enact
published 2.3.1 •

Changelog

Source

2.3.1 (July 2, 2019)

Fixed "Unexpected identifier" error on Node 6.x by using a compatible release of find-cache-dir sub-dependency.

enact
published 2.3.0 •

Changelog

Source

2.3.0 (June 10, 2019)

pack

  • Added React hook linting to help with adhering to the rules of hooks.
  • Updated polyfills to the core-js/stable stable feature set rather than all stable+draft polyfills.
  • Updated default browserslist config from last 2 stable versions of Chrome and Firefox to last 5.
  • Fixed build failing when prerendering for multiple locales.

serve

  • Added ./__mocks__ project directory as an optional fallback directory for server asset contents (secondary to ./public).
enact
published 2.2.0 •

Changelog

Source

2.2.0 (April 28, 2019)

  • Updated all dependencies to latest releases.

pack

  • Switched from @babel/polyfill to core-js@3 for dynamic polyfill support.
  • Switched to .babelrc Babel config to isolated babel.config.js.

serve

  • Fixed serve failing on TypeScript projects.
  • Projects no longer use external CSS and now will use inline <style> tags (similar to create-react-app).
  • Disable stylesheet sourcemaps to avoid async blob-based style loading in style-loader.

link

  • Fixed linking when custom NPM prefixes are used via .npmrc files.

eject

  • Fixed ejected apps not correctly using Babel configuration and failing to transpile JSX during pack/serve.
enact
published 2.1.0 •

Changelog

Source

2.1.0 (March 26, 2019)

Updated all Babel dependencies up to 7.3.x to fix edge-case errors with let keyword usage, among other fixes.

pack

  • Added support for a public directory, where static assets within are copied, at build time, to ./dist.
  • Added support for process.env.PUBLIC_URL which is hardcoded to '.', for consistency with 3rd party standards.

serve

  • Added support for serving/watching file contents within ./public.

transpiled

  • Fixed --commonjs option not being respected in transpiling process.
enact
published 2.0.2 •

Changelog

Source

2.0.2 (February 19, 2019)

lint

  • Added support for eslint-plugin-jest, with the no-focused-tests rule set to error for the strict ruleset (--strict).
enact
published 2.0.1 •

Changelog

Source

2.0.1 (February 13, 2019)

test

  • Fixed tests being ignored when out-of-project parent directories are named coverage, dist, or build. Such is the case on TravisCI.
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