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

agave

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agave - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

index.js

5

package.json
{
"name": "agave",
"version": "0.1.1",
"version": "0.1.2",
"author": "Mike MacCana <mike.maccana@gmail.com>",

@@ -20,3 +20,4 @@ "description": "Safely extends native JS objects with helpful, intuitive methods.",

"devDependencies": {
"jsdom":"0.2.19"
"jsdom":"0.2.19",
"requirejs":"2.0.6"
},

@@ -23,0 +24,0 @@ "license": "MIT",

2

test/tests.js

@@ -9,3 +9,3 @@ /*jshint multistr:true */

requirejs.config({ nodeRequire: require, baseUrl: "lib" });
requirejs(['assert', 'jsdom', './agave.js'], function (assert, jsdom, agave ) {
requirejs(['assert', 'jsdom', './index.js'], function (assert, jsdom, agave ) {

@@ -12,0 +12,0 @@ // Set up a global.document with a DOM in the same way a browser has

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