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.2 to 0.1.3

2

bower.json
{
"name": "mvcobject",
"main": "MVCObject.js",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/Jeremial/MVCObject",

@@ -6,0 +6,0 @@ "authors": [

{
"name": "mvcobject",
"version": "0.1.2",
"version": "0.1.3",
"description": "An implementation of Google Maps' MVCObject for Node.js and browers",

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

"use strict";
require('coffee-script');
global.chai = require('chai');

@@ -6,4 +7,5 @@ global.sinon = require('sinon');

global.should = chai.should();
global.MVCObject = require('../MVCObject.coffee');
var sinonChai = require('sinon-chai');
chai.use(sinonChai);

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