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

popmotion

Package Overview
Dependencies
Maintainers
1
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popmotion - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

popmotion.global.js

2

package.json
{
"name": "popmotion",
"version": "0.0.1",
"version": "0.0.2",
"description": "A JavaScript UI framework. Handles animation, physics, and input tracking.",

@@ -5,0 +5,0 @@ "author": "Matt Perry <sirhound@popmotion.io>",

@@ -1,6 +0,6 @@

# Cowabunga
# Popmotion
## Anything in, anywhere out
Cowabunga is a 12kb JavaScript UX framework. Use it for for animation, physics, and input tracking. In the browser, on Node, anywhere.
Popmotion is a 12kb JavaScript UX framework. Use it for for animation, physics, and input tracking. In the browser, on Node, anywhere.

@@ -33,2 +33,2 @@ [Download](http://redshiftjs.com/download) | [API](http://redshiftjs.com/api) | [Guides](http://redshiftjs.com/guides/get-started) | [Twitter](http://twitter.com/redshiftjs)

[Get started](http://redshiftjs.com/guides/get-started)
[Cowabunga vs Velocity.js vs Greensock feature comparison](http://redshiftjs.com/guides/feature-comparison)
[Popmotion vs Velocity.js vs Greensock feature comparison](http://redshiftjs.com/guides/feature-comparison)

@@ -1,12 +0,12 @@

var Cowabunga = require('./module.js'),
var Popmotion = require('./module.js'),
UIref = window.UI;
window.UI = window.Cowabunga = Cowabunga;
window.UI = window.Popmotion = Popmotion;
/*
If noConflict is run, the original reference to window.UI is
restored and Cowabunga is loaded to window.Cowabunga
restored and Popmotion is loaded to window.Popmotion
*/
window.UI.noConflict = function () {
window.UI = UIref;
};
};
"use strict";
var Cowabunga = require('../cowabunga');
var Popmotion = require('../Popmotion');
Cowabunga
Popmotion
/*

@@ -48,2 +48,2 @@ Core Cowabunga route

module.exports = Cowabunga;
module.exports = Popmotion;

@@ -5,3 +5,3 @@ module.exports = {

path: __dirname,
filename: 'redshift.global.js'
filename: 'popmotion.global.js'
},

@@ -8,0 +8,0 @@ module: {

@@ -5,3 +5,3 @@ module.exports = {

path: __dirname,
filename: 'redshift.global.min.js'
filename: 'popmotion.global.min.js'
},

@@ -8,0 +8,0 @@ module: {

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