Socket
Socket
Sign inDemoInstall

pri-plugin-dpcomponent

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pri-plugin-dpcomponent - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

23

dist/main/plugin/debug/dev-debug.js

@@ -147,4 +147,23 @@ "use strict";

fileName: docsEntryPath,
pipeContent: function pipeContent() {
return docsEntryContent;
pipeContent: function pipeContent(text) {
return _index["default"].async(function pipeContent$(_context3) {
while (1) {
switch (_context3.prev = _context3.next) {
case 0:
if (!text) {
_context3.next = 2;
break;
}
return _context3.abrupt("return", text);
case 2:
return _context3.abrupt("return", docsEntryContent);
case 3:
case "end":
return _context3.stop();
}
}
}, null, null, null, Promise);
}

@@ -151,0 +170,0 @@ });

2

dist/main/plugin/ensureFile/index.js

@@ -419,4 +419,2 @@ "use strict";

_.set(prevJson, 'dependencies.intl-format', '1.2.0');
_.set(prevJson, 'dependencies.wormhole-x', '0.0.2-beta');
}

@@ -423,0 +421,0 @@

@@ -124,4 +124,23 @@ import _regeneratorRuntime from "@babel/runtime/regenerator/index.js";

fileName: docsEntryPath,
pipeContent: function pipeContent() {
return docsEntryContent;
pipeContent: function pipeContent(text) {
return _regeneratorRuntime.async(function pipeContent$(_context3) {
while (1) {
switch (_context3.prev = _context3.next) {
case 0:
if (!text) {
_context3.next = 2;
break;
}
return _context3.abrupt("return", text);
case 2:
return _context3.abrupt("return", docsEntryContent);
case 3:
case "end":
return _context3.stop();
}
}
}, null, null, null, Promise);
}

@@ -128,0 +147,0 @@ });

@@ -372,4 +372,2 @@ import _regeneratorRuntime from "@babel/runtime/regenerator/index.js";

_.set(prevJson, 'dependencies.intl-format', '1.2.0');
_.set(prevJson, 'dependencies.wormhole-x', '0.0.2-beta');
}

@@ -376,0 +374,0 @@

{
"name": "pri-plugin-dpcomponent",
"version": "0.0.9",
"version": "0.0.10",
"description": "pri plugin for dataphin open platform. debug ur components",

@@ -5,0 +5,0 @@ "main": "dist/main",

@@ -107,3 +107,8 @@ /* eslint-disable */

fileName: docsEntryPath,
pipeContent: () => docsEntryContent,
pipeContent: async (text?: string) => {
if (text) {
return text;
}
return docsEntryContent;
},
});

@@ -110,0 +115,0 @@ }

@@ -350,4 +350,2 @@ import * as _ from 'lodash';

_.set(prevJson, 'dependencies.intl-format', '1.2.0');
_.set(prevJson, 'dependencies.wormhole-x', '0.0.2-beta');
}

@@ -354,0 +352,0 @@

Sorry, the diff of this file is not supported yet

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