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

update

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

update - npm Package Versions

23

0.7.4

Diff

jonschlinkert
published 0.7.3 •

Changelog

Source

[0.7.3] - 2016-07-21

fixed

  • ensure app.cwd in the current instance is the cwd defined by the user on the options or argv.
jonschlinkert
published 0.7.2 •

jonschlinkert
published 0.7.1 •

jonschlinkert
published 0.7.0 •

Changelog

Source

[0.7.0] - 2016-07-21

added

  • as of v0.7.0, we will begin using the [keep-a-changelog][] format for release history
  • adds support user-defined templates
  • adds support for app.home(), which resolves to ~/ or the user-defined options.homedir. This directory is used to determine the base directory for user-defined templates.
  • adds support for common-config. Exposed on the app.common object (e.g. app.common.set() etc)
  • adds experimental support for a home updater. If an updatefile.js exists in the ~/update directory (this will be customizable, but it's not yet), this file will be loaded and .use()d as a plugin before other updaters are loaded. You can use this to set options, add defaults, etc. But you can also run it explictly via commandline with the update home command.

fixed

  • fixes app.cwd so that it's updated when app.options.dest (--dest) is set
  • ensure args are parsed consistently
jonschlinkert
published 0.6.2 •

jonschlinkert
published 0.6.1 •

jonschlinkert
published 0.6.0 •

Changelog

Source

[0.6.0]

  • Swap out [base][] for [assemble-core][] (which uses Base via [templates][]). This allows updaters to seamlessly run generators from [generate][], [assemble][], or [verb][] (when a file needs to be created, or re-created for example)
  • Adds [assemble-loader][] to support glob patterns in collection methods
jonschlinkert
published 0.5.5 •

jonschlinkert
published 0.5.4 •

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