Socket
Socket
Sign inDemoInstall

marionette-animated-region

Package Overview
Dependencies
7
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.2.0

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Changelog

## 1.2.0
- Upgrade dependencies
## 1.1.3

@@ -7,0 +10,0 @@ - Fix broken lint script

2

lib/marionette-animated-region.js

@@ -32,3 +32,3 @@ 'use strict';

}
/* eslint-disable */
/* eslint-enable */

@@ -35,0 +35,0 @@ var _loop = function _loop(i, length) {

{
"name": "marionette-animated-region",
"description": "Backbone.Marionette animated region based on Velocity.js animation library",
"version": "1.1.3",
"version": "1.2.0",
"main": "lib/marionette-animated-region.js",

@@ -32,25 +32,25 @@ "author": {

"scripts": {
"compile": "babel --presets es2015 -d lib/ src/",
"compile": "babel --presets es2015 -d ./lib ./src",
"pretest": "npm run compile",
"lint": "eslint src",
"test": "mocha-phantomjs test/index.html && npm run lint",
"lint": "eslint ./src",
"test": "mocha-phantomjs ./test/index.html && npm run lint",
"prepublish": "npm run compile"
},
"dependencies": {
"backbone": "^1.3.1",
"backbone.marionette": "^2.4.4",
"jquery": "^2.2.1",
"underscore": "^1.8.3",
"velocity-animate": "^1.2.3"
"backbone": "~1.3.3",
"backbone.marionette": "~2.4.7",
"jquery": "~3.0.0",
"underscore": "~1.8.3",
"velocity-animate": "~1.2.3"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^5.0.0",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"eslint": "2.2.0",
"mocha": "^2.4.5",
"mocha-phantomjs": "^4.0.2"
"babel-cli": "~6.10.1",
"babel-eslint": "~6.0.4",
"babel-polyfill": "~6.9.1",
"babel-preset-es2015": "~6.9.0",
"chai": "~3.5.0",
"eslint": "~2.12.0",
"mocha": "~2.5.3",
"mocha-phantomjs": "~4.0.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc