New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/width-detector

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/width-detector - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

dist/types-ts4.0/index.d.ts

6

CHANGELOG.md
# @atlaskit/width-detector
## 4.0.3
### Patch Changes
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
## 4.0.2

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/width-detector",
"version": "4.0.2",
"version": "4.0.3",
"sideEffects": false
}
{
"name": "@atlaskit/width-detector",
"version": "4.0.2",
"version": "4.0.3",
"sideEffects": false
}
{
"name": "@atlaskit/width-detector",
"version": "4.0.2",
"version": "4.0.3",
"sideEffects": false
}
{
"name": "@atlaskit/width-detector",
"version": "4.0.2",
"version": "4.0.3",
"description": "Wrapper for components that need to respond to width changes",

@@ -15,2 +15,9 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"dist/types-ts4.0/*"
]
}
},
"sideEffects": false,

@@ -37,3 +44,3 @@ "atlaskit:src": "src/index.ts",

"@atlaskit/docs": "*",
"@atlaskit/section-message": "^6.0.0",
"@atlaskit/section-message": "^6.2.0",
"@atlaskit/ssr": "*",

@@ -49,3 +56,3 @@ "@atlaskit/visual-regression": "*",

"react-dom": "^16.8.0",
"typescript": "4.3.5",
"typescript": "4.5.5",
"wait-for-expect": "^1.2.0"

@@ -52,0 +59,0 @@ },

@@ -7,3 +7,10 @@ {

"sideEffects": false,
"types": "../dist/types/WidthDetector.d.ts"
"types": "../dist/types/WidthDetector.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/WidthDetector.d.ts"
]
}
}
}
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