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

@atlassianlabs/jira-pi-meta-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-meta-models - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

esm/ui-meta/index.js

@@ -1,1 +0,2 @@

export * from './fieldUI';
export * from './fieldUI';
export * from './result';
{
"name": "@atlassianlabs/jira-pi-meta-models",
"version": "0.1.1",
"version": "0.1.2",
"description": "Meta Jira models for related jira-pi-clients",

@@ -15,7 +15,7 @@ "repository": {

"dependencies": {
"@atlassianlabs/jira-pi-common-models": "^0.1.1"
"@atlassianlabs/jira-pi-common-models": "^0.1.2"
},
"gitHead": "138506aa8f62428de15eb793d77e4989f0404aab",
"gitHead": "a26f89ed55ad6d48cc10ba8b65d2defd42f8ba10",
"main": "./index.js",
"typings": "./index.d.ts"
}
export * from './fieldUI';
export * from './result';

@@ -17,2 +17,14 @@ "use strict";

});
});
var _result = require("./result");
Object.keys(_result).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _result[key];
}
});
});
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