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 2.0.1 to 2.0.2

build/tsconfig.json

15

CHANGELOG.md
# @atlaskit/width-detector
## 2.0.2
### Patch Changes
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
In this PR, we are:
- Re-introducing dist build folders
- Adding back cjs
- Replacing es5 by cjs and es2015 by esm
- Creating folders at the root for entry-points
- Removing the generation of the entry-points at the root
Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
## 2.0.1

@@ -4,0 +19,0 @@

11

package.json
{
"name": "@atlaskit/width-detector",
"version": "2.0.1",
"version": "2.0.2",
"description": "Wrapper for components that need to respond to width changes",
"license": "Apache-2.0",
"module": "index.js",
"types": "index.d.ts",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"atlaskit:src": "src/index.ts",

@@ -22,3 +23,3 @@ "sideEffects": false,

"dependencies": {
"@atlaskit/type-helpers": "^4.0.0",
"@atlaskit/type-helpers": "^4.1.4",
"raf-schd": "^2.1.0",

@@ -32,3 +33,3 @@ "tslib": "^1.9.3"

"devDependencies": {
"@atlaskit/build-utils": "^2.0.0",
"@atlaskit/build-utils": "^2.2.2",
"@atlaskit/docs": "^8.1.1",

@@ -35,0 +36,0 @@ "@atlaskit/ssr": "^0.1.0",

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