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

animframe

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animframe - npm Package Compare versions

Comparing version 1.1.5 to 2.0.0

.jshintignore

15

bower.json
{
"name": "animframe",
"version": "1.1.5",
"version": "2.0.0",
"homepage": "https://github.com/freezedev/animframe",

@@ -8,4 +8,4 @@ "authors": [

],
"description": "requestAnimationFrame shim for AMD",
"main": "dist/animframe.js",
"description": "requestAnimationFrame shim for AMD and CommonJS",
"main": "dist/amd/animframe.js",
"keywords": [

@@ -26,10 +26,3 @@ "requestanimationframe",

"gruntfile.coffee"
],
"dependencies": {
"udefine": "~0.8.2"
},
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.0"
}
]
}
{
"name": "animframe",
"version": "1.1.5",
"dependencies": {
"udefine": "~0.8.2"
"version": "2.0.0",
"main": "dist/common/index.js",
"description": "requestAnimationFrame shim for AMD and CommonJS",
"repository": {
"type": "git",
"url": "https://github.com/freezedev/animframe.git"
},
"devDependencies": {
"babel-core": "^4.7.16",
"babel-loader": "^4.2.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "~0.0.7",
"grunt-contrib-coffee": "^0.13.0",
"grunt-amd-tamer": "^0.1.14",
"grunt-babel": "^4.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-karma": "^0.10.1",
"grunt-mocha": "~0.4.1",
"grunt-templater": "~0.0.4",
"handlebars": "^3.0.0",
"matchdep": "~0.3.0"
"jit-grunt": "^0.9.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.5.0",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.1.0",
"webpack": "^1.7.3"
},
"scripts": {
"test": "grunt test"
"grunt": "grunt",
"test": "npm run grunt test"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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