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

@atlaskit/motion

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/motion - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

dist/types/entering/exiting-persistence.d.ts

8

CHANGELOG.md
# @atlaskit/motion
## 0.4.5
### Patch Changes
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
Also add `typescript` to `devDependencies` to denote version that the package was built with.
## 0.4.4

@@ -4,0 +12,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/motion",
"version": "0.4.3",
"version": "0.4.5",
"sideEffects": false
}

@@ -11,2 +11,2 @@ export { durationStep, largeDurationMs, mediumDurationMs, smallDurationMs, } from './utils/durations';

export { default as ShrinkOut } from './entering/shrink-out';
export { Transition, Direction } from './entering/types';
export type { Transition, Direction } from './entering/types';
{
"name": "@atlaskit/motion",
"version": "0.4.3",
"version": "0.4.5",
"sideEffects": false
}

@@ -11,2 +11,2 @@ export { durationStep, largeDurationMs, mediumDurationMs, smallDurationMs, } from './utils/durations';

export { default as ShrinkOut } from './entering/shrink-out';
export { Transition, Direction } from './entering/types';
export type { Transition, Direction } from './entering/types';
{
"name": "@atlaskit/motion",
"version": "0.4.3",
"version": "0.4.5",
"sideEffects": false
}
{
"name": "@atlaskit/motion",
"version": "0.4.4",
"version": "0.4.5",
"description": "Atlassian motion variables, components and more.",

@@ -14,3 +14,3 @@ "publishConfig": {

"module:es2019": "dist/es2019/index.js",
"types": "dist/cjs/index.d.ts",
"types": "dist/types/index.d.ts",
"sideEffects": false,

@@ -36,3 +36,3 @@ "atlaskit:src": "src/index.tsx",

"@atlaskit/build-utils": "*",
"@atlaskit/button": "^15.0.0",
"@atlaskit/button": "^15.1.0",
"@atlaskit/docs": "*",

@@ -43,3 +43,3 @@ "@atlaskit/logo": "^13.0.0",

"@atlaskit/ssr": "*",
"@atlaskit/theme": "^10.0.0",
"@atlaskit/theme": "^11.0.0",
"@atlaskit/tooltip": "^17.0.0",

@@ -50,3 +50,4 @@ "@atlaskit/visual-regression": "*",

"react-dom": "^16.8.0",
"react-router-dom": "^4.2.2"
"react-router-dom": "^4.2.2",
"typescript": "3.9.6"
},

@@ -53,0 +54,0 @@ "keywords": [

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