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-ff745b3 to 1.2.0-rc.1

dist/cjs/DeferredSubject.js

1

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

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

16

package.json
{
"name": "@atlassian/clientside-extensions-base",
"version": "1.2.0-ff745b3",
"version": "1.2.0-rc.1",
"description": "Shared base components and utilities for Client-side extensions",

@@ -45,4 +45,5 @@ "license": "BSD-3-Clause",

],
"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": [

@@ -54,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",

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

},
"gitHead": "ff745b3e0d571c967416099ba346295a971118fd"
"gitHead": "0fa86337d2ce060dd48b1d60a4c5d85abf96fdd5"
}
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