Socket
Socket
Sign inDemoInstall

decorator-builder

Package Overview
Dependencies
2
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

5

CHANGELOG.md
## 0.1.1
## 0.1.2
* f14c9f2 removing map
## v0.1.1
* 35e365b 0.1.1
* 69fdb25 adding keywords

@@ -4,0 +7,0 @@ ## v0.1.0

1

dist/create-class-decorator.js

@@ -20,2 +20,1 @@ "use strict";

exports.createClassDecorator = createClassDecorator;
//# sourceMappingURL=create-class-decorator.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.createMethodDecorator = createMethodDecorator;
//# sourceMappingURL=create-method-decorator.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.createParameterDecorator = createParameterDecorator;
//# sourceMappingURL=create-parameter-decorator.js.map

@@ -21,2 +21,1 @@ "use strict";

exports.createPropertyDecorator = createPropertyDecorator;
//# sourceMappingURL=create-property-decorator.js.map

@@ -20,2 +20,1 @@ "use strict";

__exportStar(require("./wrap-method"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

@@ -13,2 +13,1 @@ "use strict";

exports.wrapClass = wrapClass;
//# sourceMappingURL=wrap-class.js.map

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

exports.wrapMethod = wrapMethod;
//# sourceMappingURL=wrap-method.js.map
{
"name": "decorator-builder",
"description": "Easily create decorators for multiple and flexible purposes",
"version": "0.1.1",
"version": "0.1.2",
"author": {

@@ -102,5 +102,5 @@ "name": "Thiago O Santos <tos.oliveira@gmail.com>"

"dependencies": {
"is-this-a-pigeon": "^0.3.3",
"is-this-a-pigeon": "^0.3.4",
"typed-emitter": "^1.3.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc