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

requestanimationframe

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requestanimationframe - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

dist/requestAnimationFrame-0.0.12-amd-min.js

2

app/requestAnimationFrame.js
/**
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* Available via the MIT license.

@@ -4,0 +4,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details

{
"name": "requestAnimationFrame",
"version": "0.0.11",
"version": "0.0.12",
"main": [

@@ -5,0 +5,0 @@ "app"

@@ -8,3 +8,3 @@ /**

/**
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* Available via the MIT license.

@@ -11,0 +11,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details

@@ -8,3 +8,3 @@ /**

/**
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* Available via the MIT license.

@@ -11,0 +11,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details

@@ -14,3 +14,3 @@ /**

/**
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* Available via the MIT license.

@@ -17,0 +17,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details

@@ -564,3 +564,3 @@ (function () {

/**
* requestAnimationFrame version: "0.0.11" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* requestAnimationFrame version: "0.0.12" Copyright (c) 2011-2012, Cyril Agosta ( cyril.agosta.dev@gmail.com) All Rights Reserved.
* Available via the MIT license.

@@ -567,0 +567,0 @@ * see: http://github.com/cagosta/requestAnimationFrame for details

{
"name": "requestanimationframe",
"version": "0.0.11",
"version": "0.0.12",
"private": false,

@@ -5,0 +5,0 @@ "keywords": [],

@@ -16,3 +16,3 @@ var Releaser = function( o ) {

commitMessage: 'Releasing v%VERSION%',
commitFiles: [ 'package.json', 'bower.json', 'app/<%= config.name.raw %>.js', 'dist' ], // '-a' for all files
commitFiles: [ 'package.json', 'bower.json', 'app/<%= config.name.raw %>.js', 'dist', 'test/index_build.html' ], // '-a' for all files
createTag: true,

@@ -19,0 +19,0 @@ tagName: 'v%VERSION%',

@@ -84,3 +84,2 @@ var SauceRunner = function( o ) {

grunt.registerTask( 'test:all', 'Run tests in all environements', [
'test:browser',
'test:node',

@@ -87,0 +86,0 @@ 'test:headless'

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