New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 0.3.0

13

CHANGELOG.md

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

# 0.3.0 (2019-11-05)
### 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))
* **camp-motion:** remove elastic duration in favor of md ([b0b82d8](http://gitlab.devops.app-us1.com/front-end/camp/commit/b0b82d8))
# 0.2.0 (2019-10-30)

@@ -8,0 +21,0 @@

4

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

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

durationSlow,
durationElastic,
transitionIn,

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

module.exports = {
durationFast: "200ms",
durationMedium: "500ms",
durationMedium: "400ms",
durationSlow: "1200ms",
durationElastic: "300ms",
transitionIn: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",

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

{
"name": "@activecampaign/camp-motion",
"version": "0.2.0",
"version": "0.3.0",
"description": "ActiveCampaign Motion Tokens",

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

},
"gitHead": "160a0c060a10fc8825f7d4a210dbe1807ec63f32"
"gitHead": "68d040af69539c0390975f9cc05f63c7dda489b7"
}

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