Socket
Socket
Sign inDemoInstall

@eva/inspector-decorator

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eva/inspector-decorator - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

dist/plugin.cjs.js

@@ -7,3 +7,2 @@ 'use strict';

return function (target, propertyKey) {
console.log(propertyKey, type);
//@ts-ignore

@@ -10,0 +9,0 @@ if (!target.constructor.IDEProps) {

2

dist/plugin.cjs.prod.js

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

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.type=function(o){return function(r,t){console.log(t,o),r.constructor.IDEProps||(r.constructor.IDEProps={}),r.constructor.IDEProps[t]||(r.constructor.IDEProps[t]={});var s=r.constructor.IDEProps[t];s.key=t,s.type=o}};
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.type=function(r){return function(o,t){o.constructor.IDEProps||(o.constructor.IDEProps={}),o.constructor.IDEProps[t]||(o.constructor.IDEProps[t]={});var s=o.constructor.IDEProps[t];s.key=t,s.type=r}};
function type(type) {
return function (target, propertyKey) {
console.log(propertyKey, type);
//@ts-ignore

@@ -5,0 +4,0 @@ if (!target.constructor.IDEProps) {

@@ -8,3 +8,2 @@ this.EVA = this.EVA || {};

return function (target, propertyKey) {
console.log(propertyKey, type);
//@ts-ignore

@@ -11,0 +10,0 @@ if (!target.constructor.IDEProps) {

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

this.EVA=this.EVA||{},this.EVA.inspector=this.EVA.inspector||{},this.EVA.inspector.decorator=function(t){"use strict";return t.type=function(t){return function(o,r){console.log(r,t),o.constructor.IDEProps||(o.constructor.IDEProps={}),o.constructor.IDEProps[r]||(o.constructor.IDEProps[r]={});var s=o.constructor.IDEProps[r];s.key=r,s.type=t}},Object.defineProperty(t,"__esModule",{value:!0}),t}({});
this.EVA=this.EVA||{},this.EVA.inspector=this.EVA.inspector||{},this.EVA.inspector.decorator=function(t){"use strict";return t.type=function(t){return function(r,o){r.constructor.IDEProps||(r.constructor.IDEProps={}),r.constructor.IDEProps[o]||(r.constructor.IDEProps[o]={});var s=r.constructor.IDEProps[o];s.key=o,s.type=t}},Object.defineProperty(t,"__esModule",{value:!0}),t}({});
{
"name": "@eva/inspector-decorator",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {

@@ -20,4 +20,2 @@ "dev": "rollup -c rollup.config.dev.js -w",

"devDependencies": {
"@eva/plugin-renderer-img": "^1.0.1-alpha.3",
"@eva/plugin-renderer-text": "^1.0.1-alpha.3",
"@microsoft/api-extractor": "^7.13.2",

@@ -69,6 +67,3 @@ "@rollup/plugin-alias": "^3.1.1",

"dependencies": {
"@eva/eva.js": "^1.0.1-alpha.3",
"@eva/plugin-renderer": "^1.0.1-alpha.3",
"@eva/renderer-adapter": "^1.0.1-alpha.3"
}
}
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