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

@atlaskit/analytics-namespaced-context

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/analytics-namespaced-context - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

build/tsconfig.json

16

bundle-size-ratchet.json
[
{
"team": "elements",
"package": "@atlaskit/analytics-namespaced-context",
"version": "4.1.0",
"dependent": true,
"id": "src.main",

@@ -11,2 +15,6 @@ "name": "main",

{
"team": "elements",
"package": "@atlaskit/analytics-namespaced-context",
"version": "4.1.0",
"dependent": true,
"id": "node_modules.main",

@@ -20,2 +28,6 @@ "name": "node_modules [main]",

{
"team": "elements",
"package": "@atlaskit/analytics-namespaced-context",
"version": "4.1.0",
"dependent": true,
"id": "atlaskit.core.main",

@@ -29,2 +41,6 @@ "name": "main",

{
"team": "elements",
"package": "@atlaskit/analytics-namespaced-context",
"version": "4.1.0",
"dependent": true,
"id": "combined.main",

@@ -31,0 +47,0 @@ "name": "main",

# @atlaskit/analytics-namespaced-context
## 4.1.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
## 4.1.1

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

9

package.json
{
"name": "@atlaskit/analytics-namespaced-context",
"version": "4.1.1",
"version": "4.1.2",
"description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)",

@@ -9,4 +9,5 @@ "config": {

"atlaskit:src": "src/index.ts",
"module": "index.js",
"types": "index.d.ts",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"dependencies": {

@@ -29,3 +30,3 @@ "@atlaskit/analytics-next": "^5.1.0",

"devDependencies": {
"@atlaskit/analytics-listeners": "^6.1.1",
"@atlaskit/analytics-listeners": "^6.1.2",
"@atlaskit/docs": "^8.1.1",

@@ -32,0 +33,0 @@ "enzyme": "^3.7.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