Socket
Socket
Sign inDemoInstall

knifecycle

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knifecycle - npm Package Compare versions

Comparing version 17.0.0 to 17.0.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [17.0.1](https://github.com/nfroidure/knifecycle/compare/v17.0.0...v17.0.1) (2023-08-20)
### Features
* **build:** add a banner for generated files ([97327e7](https://github.com/nfroidure/knifecycle/commit/97327e71930832e012297587e3f563afcf27530e))
# [17.0.0](https://github.com/nfroidure/knifecycle/compare/v16.0.1...v17.0.0) (2023-08-20)

@@ -2,0 +11,0 @@

1

dist/build.js

@@ -70,2 +70,3 @@ import { SPECIAL_PROPS, parseDependencyDeclaration, initializer, } from './util.js';

return `
// Automatically generated by \`knifecycle\`
import { initFatalError } from 'knifecycle';

@@ -72,0 +73,0 @@

@@ -58,2 +58,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

"
// Automatically generated by \`knifecycle\`
import { initFatalError } from 'knifecycle';

@@ -173,2 +174,3 @@

"
// Automatically generated by \`knifecycle\`
import { initFatalError } from 'knifecycle';

@@ -175,0 +177,0 @@

2

package.json

@@ -28,3 +28,3 @@ {

"name": "knifecycle",
"version": "17.0.0",
"version": "17.0.1",
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.",

@@ -31,0 +31,0 @@ "main": "dist/index.js",

@@ -76,2 +76,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

"
// Automatically generated by \`knifecycle\`
import { initFatalError } from 'knifecycle';

@@ -195,2 +196,3 @@

"
// Automatically generated by \`knifecycle\`
import { initFatalError } from 'knifecycle';

@@ -197,0 +199,0 @@

@@ -115,2 +115,3 @@ import {

return `
// Automatically generated by \`knifecycle\`
import { initFatalError } from 'knifecycle';

@@ -117,0 +118,0 @@

Sorry, the diff of this file is not supported yet

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