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.2.18 to 0.2.19

4

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

@@ -32,5 +32,5 @@ "repository": {

"peerDependencies": {
"esbuild": "~0.12.28"
"esbuild": "~0.14.29"
},
"typings": "./src/index.d.ts"
}

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

let parsedTsConfig = null;
build.onLoad({ filter: tsx ? /\.tsx?$/ : /\.ts$/ }, (args) => (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
build.onLoad({ filter: tsx ? /\.tsx?$/ : /\.ts$/ }, (args) => tslib_1.__awaiter(this, void 0, void 0, function* () {
if (!parsedTsConfig) {

@@ -27,0 +27,0 @@ parsedTsConfig = parseTsConfig(tsconfigPath, cwd);

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