Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anatine/esbuild-decorators

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anatine/esbuild-decorators - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

21

package.json
{
"name": "@anatine/esbuild-decorators",
"version": "0.0.2",
"description": "Esbuild plugin for Nx",
"version": "0.0.4",
"description": "Esbuild plugin for Nx to handle emitDecoratorMetadata",
"repository": {

@@ -20,3 +20,12 @@ "type": "git",

"types": "index.d.ts",
"author": "Brian McBride",
"author": {
"name": "Brian McBride",
"url": "https://www.linkedin.com/in/brianmcbride"
},
"contributors": [
{
"name": "Thomas Schaaf",
"url": "https://github.com/thomaschaaf"
}
],
"license": "MIT",

@@ -26,5 +35,7 @@ "bugs": {

},
"homepage": "https://github.com/anatine/esbuildnx",
"homepage": "https://github.com/anatine/esbuildnx/packages/esbuild-decorators",
"dependencies": {
"strip-comments": "^2.0.1",
"strip-comments": "^2.0.1"
},
"peerDependencies": {
"esbuild": "^0.9.3"

@@ -31,0 +42,0 @@ },

export interface EsbuildPluginTscOptions {
tsconfigPath?: string;
tsconfig?: string;
cwd?: string;

@@ -4,0 +4,0 @@ force?: boolean;

@@ -17,3 +17,3 @@ "use strict";

const cwd = options.cwd || process.cwd();
const tsconfigPath = (_a = options.tsconfigPath) !== null && _a !== void 0 ? _a : path_1.join(cwd, './tsconfig.json');
const tsconfigPath = (_a = options.tsconfig) !== null && _a !== void 0 ? _a : path_1.join(cwd, './tsconfig.json');
const forceTsc = (_b = options.force) !== null && _b !== void 0 ? _b : false;

@@ -20,0 +20,0 @@ const tsx = (_c = options.tsx) !== null && _c !== void 0 ? _c : true;

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