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

@atlassianlabs/jira-pi-common-models

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassianlabs/jira-pi-common-models - npm Package Compare versions

Comparing version 0.0.17 to 0.1.0

emptyEntities.d.ts

50

package.json
{
"name": "@atlassianlabs/jira-pi-common-models",
"version": "0.0.17",
"version": "0.1.0",
"description": "Common Jira models for related jira-pi-clients",

@@ -13,48 +13,6 @@ "repository": {

"private": false,
"module": "./src",
"module": "./esm/index.js",
"sideEffects": false,
"scripts": {
"clean": "rimraf dist && rimraf *.tsbuildinfo",
"clean:esmdecl": "rimraf dist/esm/*.d.ts && rimraf dist/esm/**/*.d.ts",
"build": "npm run clean && npm run build:decels && npm run build:cjs && npm run build:esm && npm run build:copy-files",
"build:decels": "tsc --emitDeclarationOnly",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".ts,.tsx\" --config-file ../../babel.config.js ./src --out-dir ./dist --ignore \"**/*.test.js\"",
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel --extensions \".ts,.tsx\" --config-file ../../babel.config.js ./src --out-dir ./dist/esm --ignore \"**/*.test.js\"",
"build:copy-files": "node ../../scripts/copy-to-dist.js",
"lint": "tsc --noEmit && eslint --fix ./src --ext .js,.jsx,.ts,.tsx",
"release": "npm run build && npm publish dist",
"publish-local": "npm run build && yalc push dist"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "~7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"@babel/register": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-tester": "^8.0.0",
"babel-plugin-transform-dev-warning": "^0.1.1",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"fs-extra": "^8.1.0",
"lerna": "^3.19.0",
"rimraf": "^3.0.0",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
},
"dependencies": {},
"peerDependencies": {}
"main": "./index.js",
"typings": "./index.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