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

@activecampaign/camp-motion

Package Overview
Dependencies
Maintainers
7
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activecampaign/camp-motion - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# 0.2.0 (2019-10-30)
### Features
* **camp-motion:** adding elastic duration value ([a4ddee4](http://gitlab.devops.app-us1.com/front-end/camp/commit/a4ddee4))
* **camp-motion:** init commit for camp-motion package ([56d4285](http://gitlab.devops.app-us1.com/front-end/camp/commit/56d4285))
# 0.1.0 (2019-09-25)

@@ -8,0 +20,0 @@

2

dist/camp-motion.esm.js
export const durationFast = "200ms";
export const durationMedium = "500ms";
export const durationSlow = "1200ms";
export const durationElastic = "300ms";
export const transitionIn = "cubic-bezier(0.755, 0.05, 0.855, 0.06)";

@@ -13,2 +14,3 @@ export const transitionOut = "cubic-bezier(0.23, 1, 0.32, 1)";

durationSlow,
durationElastic,
transitionIn,

@@ -15,0 +17,0 @@ transitionOut,

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

durationSlow: "1200ms",
durationElastic: "300ms",
transitionIn: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",

@@ -7,0 +8,0 @@ transitionOut: "cubic-bezier(0.23, 1, 0.32, 1)",

4

package.json
{
"name": "@activecampaign/camp-motion",
"version": "0.1.0",
"version": "0.2.0",
"description": "ActiveCampaign Motion Tokens",

@@ -28,3 +28,3 @@ "main": "dist/camp-motion.js",

},
"gitHead": "8550a67574d98b50d11afa261b224764981ae3fd"
"gitHead": "160a0c060a10fc8825f7d4a210dbe1807ec63f32"
}

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