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

mvcobject

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcobject - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

package.json
{
"name": "mvcobject",
"version": "0.1.6",
"version": "0.1.7",
"description": "An implementation of Google Maps' MVCObject for Node.js and browers",

@@ -31,3 +31,3 @@ "main": "MVCObject.js",

"chai": "~1.8.1",
"coffee-script": "~1.6.3",
"coffee-script": "~1.7.1",
"sinon": "~1.7.3",

@@ -34,0 +34,0 @@ "sinon-chai": "~2.4.0"

"use strict";
require('coffee-script');
require('coffee-script').register();
global.chai = require('chai');
global.sinon = require('sinon');
global.expect = chai.expect;
global.should = chai.should();

@@ -7,0 +6,0 @@ global.MVCObject = require('../MVCObject.coffee');

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