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

nestia

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestia - npm Package Compare versions

Comparing version 4.1.0-dev.20230427 to 4.1.0-dev.20230427-2

4

bin/internal/PluginConfigurator.js

@@ -27,2 +27,6 @@ "use strict";

throw new Error(`${args.project} file does not have "compilerOptions" property.`);
// DECORATOR SETTING
compilerOptions.experimentalDecorators = true;
compilerOptions.emitDecoratorMetadata = true;
compilerOptions.strict = true;
// PREPARE PLUGINS

@@ -29,0 +33,0 @@ const plugins = (() => {

2

package.json
{
"name": "nestia",
"version": "4.1.0-dev.20230427",
"version": "4.1.0-dev.20230427-2",
"description": "Nestia CLI tool",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

@@ -21,2 +21,7 @@ import comments from "comment-json";

// DECORATOR SETTING
compilerOptions.experimentalDecorators = true;
compilerOptions.emitDecoratorMetadata = true;
compilerOptions.strict = true;
// PREPARE PLUGINS

@@ -23,0 +28,0 @@ const plugins: comments.CommentArray<comments.CommentObject> = (() => {

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