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

@atlassian/clientside-extensions-base

Package Overview
Dependencies
Maintainers
29
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/clientside-extensions-base - npm Package Compare versions

Comparing version 1.2.0-4582f20 to 1.2.0-beta.4

dist/cjs/DeferredSubject.js

1

lib/Subject.ts
export type Observer<T> = (data: T) => void;
export interface Subscription {

@@ -3,0 +4,0 @@ unsubscribe: () => void;

20

package.json
{
"name": "@atlassian/clientside-extensions-base",
"version": "1.2.0-4582f20",
"version": "1.2.0-beta.4",
"description": "Shared base components and utilities for Client-side extensions",

@@ -39,6 +39,11 @@ "license": "BSD-3-Clause",

"email": "tsebastian@atlassian.com"
},
{
"name": "Maciej Adamczak",
"email": "madamczak@atlassian.com"
}
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
"module": "./dist/esm/index.js",
"files": [

@@ -50,7 +55,10 @@ "lib",

"publishConfig": {
"access": "public"
"access": "public",
"@atlassian:registry": "https://registry.npmjs.org/"
},
"scripts": {
"prepublish": "yarn build",
"build": "tsc -b",
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"watch": "tsc --watch",

@@ -60,3 +68,3 @@ "test": "jest",

},
"gitHead": "4582f20f71f09f540dc93a2bbc6ef0f0e7717049"
"gitHead": "1414bf5a872c7d9e1bab861d276c1e4ff527a87a"
}
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