You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

hygen

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hygen - npm Package Compare versions

Comparing version

to
6.2.6

2

CHANGELOG.md

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

## [6.2.5](https://github.com/jondot/hygen/compare/v6.2.0...v6.2.5) (2022-06-05)
## [6.2.6](https://github.com/jondot/hygen/compare/v6.2.0...v6.2.6) (2022-06-05)

@@ -32,3 +32,2 @@ "use strict";

exports.DEFAULT_ACTION = '_default';
process.env.HYGEN_TS = '1337';
const resolvePositionals = (templates, args) => __awaiter(void 0, void 0, void 0, function* () {

@@ -35,0 +34,0 @@ /*

{
"name": "hygen",
"version": "6.2.5",
"version": "6.2.6",
"description": "The scalable code generator that saves you time.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,3 +8,2 @@ import path from 'path'

export const DEFAULT_ACTION = '_default'
process.env.HYGEN_TS = '1337'

@@ -11,0 +10,0 @@ const resolvePositionals = async (templates: string, args: string[]) => {

Sorry, the diff of this file is not supported yet