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

meld

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meld - npm Package Versions

2

1.3.2

Diff

Changelog

Source

1.3.2

    • Update package.json to use "repository" to avoid npm warnings.
cujojs
published 1.3.1 •

Changelog

Source

1.3.1

  • Added bower.json
  • Added a proper npmignore to install only what's needed.
  • Updated after advice docs with info about return values
cujojs
published 1.3.0 •

Changelog

Source

1.3.0

  • meld() is now a function that adds aspects.
    • DEPRECATED: meld.add(). Use meld() instead.
cujojs
published 1.2.2 •

Changelog

Source

1.2.2

  • Remove stray console.log.
cujojs
published 1.2.1 •

Changelog

Source

1.2.1

  • Fix for IE8-specific issue with meld's internal use of Object.defineProperty.
  • Internally shim Object.create if not available to so that meld no longer requires an Object.create shim to advise constructors in pre-ES5 environments.
cujojs
published 1.2.0 •

Changelog

Source

1.2.0

  • meld.joinpoint() - Access the current joinpoint from any advice type.
  • Bundled aspects:
    • trace: trace method call entry/return/throw
    • memoize: simple memoization for methods and functions
    • cache: configurable caching aspect to do more than simple memoization
cujojs
published 1.1.0 •

Changelog

Source

1.1.0

  • Advice can be applied directly to methods on a function.
  • Removed undocumented behavior that implicitly adds constructor prototype advice: to advise a prototype, pass the prototype as the advice target.
cujojs
published 1.0.0 •

Changelog

Source

1.0.0

cujojs
published 0.8.0 •

Changelog

Source

0.8.0

  • 1.0.0 Release Candidate 1
  • Documentation! Check out the new reference and api docs.
  • Deprecated browser global - meld.js will drop support for browser global for 1.0.0 and will support modular environments only.
cujojs
published 0.7.2 •

Changelog

Source

0.7.2

  • Fix for context when advising constructors: this is now the constructed instance in all advice functions.
2
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