New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

candy-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

candy-wrapper - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

.jshintrc

2

package.json
{
"name": "candy-wrapper",
"version": "0.8.1",
"version": "0.8.2",
"description": "Wrap your functions, methods, and properties to monitor them and modify their behavior.",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -45,3 +45,3 @@ **This project is currently in BETA. APIs may be subject to frequent change prior to the 1.0 release. Please use very strict versioning in your `package.json` if you choose to use candy-wrapper at this time.**

``` js
var Wrapper = require("candy-wrapper").Wrapper.
var Wrapper = require("candy-wrapper").Wrapper;
new Wrapper();

@@ -48,0 +48,0 @@ ```

@@ -1,4 +0,7 @@

var assert = require("chai").assert;
var Wrapper = require("../candy-wrapper.js");
chai = require("chai");
CandyWrapper = require("../candy-wrapper.js");
require ("./test.js");
require("./testLoader.js");
/* JSHINT */
/* globals chai:true, CandyWrapper:true */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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