New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 Compare versions

Comparing version 1.3.0 to 1.3.1

4

meld.js

@@ -14,3 +14,3 @@ /** @license MIT License (c) copyright 2011-2013 original author or authors */

* @author John Hann
* @version 1.3.0
* @version 1.3.1
*/

@@ -334,3 +334,3 @@ (function (define) {

* will be created if one does not already exist.
* @param target {*} target containing a method with tthe supplied methodName
* @param target {*} target containing a method with the supplied methodName
* @param methodName {String} name of method on target for which to get an advisor

@@ -337,0 +337,0 @@ * @return {Object|undefined} existing or newly created advisor for the supplied method

{
"name": "meld",
"version": "1.3.0",
"version": "1.3.1",
"description": "AOP for JS with before, around, on, afterReturning, afterThrowing, after advice, and pointcut support",

@@ -44,4 +44,4 @@ "keywords": ["aop", "aspect", "cujo"],

"devDependencies": {
"buster": "~0.6",
"jshint": "~1"
"buster": "~0.7",
"jshint": "~2"
},

@@ -53,4 +53,4 @@ "main": "meld",

"scripts": {
"test": "jshint . && buster test -e node"
"test": "jshint . && buster-test -e node"
}
}
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