New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pkgbld

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgbld - npm Package Compare versions

Comparing version 1.16.0 to 1.16.1

2

./dist/index.js

@@ -554,3 +554,3 @@ #!/usr/bin/env node

var version = "1.16.0";
var version = "1.16.1";
var license = "MIT";

@@ -557,0 +557,0 @@ var name = "pkgbld";

@@ -554,3 +554,3 @@ #!/usr/bin/env node

var version = "1.16.0";
var version = "1.16.1";
var license = "MIT";

@@ -557,0 +557,0 @@ var name = "pkgbld";

{
"version": "1.16.0",
"version": "1.16.1",
"license": "MIT",

@@ -4,0 +4,0 @@ "name": "pkgbld",

@@ -7,9 +7,9 @@ # pkgbld

It is simple building tool that supports building to different targets like: `es`, `cjs`, `umd` without additional trasformation other than minification using `terser` or preprocess using `rollup-plugin-preprocess`.
It is a simple building tool that supports building to different targets like: `es`, `cjs`, `umd` without additional transformation other than minification using `terser` or preprocess using `rollup-plugin-preprocess`.
[Changlelog](./CHANGELOG.md)
[Changelog](./CHANGELOG.md)
## Why
It is created to easily build libraries that contains mutliple subpath exports (entry points, subpackages) because it is not that easy to do at the moment with `microbundle`, `tsdx` or `ng-packagr` (if you are on Typescript).
It is created to easily build libraries that contains multiple subpath exports (entry points, subpackages) because it is not that easy to do at the moment with `microbundle`, `tsdx` or `ng-packagr` (if you are on Typescript).

@@ -40,3 +40,3 @@ ## Installation

`pkgbld` expects name field to be filled in the package.json file. `exports` field defines what entries/outputs should be build for this package.
`pkgbld` expects the name field to be filled in the package.json file. `exports` field defines what entries/outputs should be built for this package.

@@ -87,3 +87,3 @@ ## CLI options

Defines what entry points/files should be preprocessed using `rollup-plugin-preprocess`. For the entry point will be defined variable es (for esm target), cjs (for commonjs) and umd (for umd) depending on the target type. Please request more variables / more granular logic if you want more.
Defines what entry points/files should be preprocessed using `rollup-plugin-preprocess`. The entry point will be defined as variable es (for esm target), cjs (for commonjs) and umd (for umd) depending on the target type. Please request more variables / more granular logic if you want more.

@@ -120,3 +120,3 @@ ### dir

Bundles all externals into package.
Bundles all externals into a package.

@@ -123,0 +123,0 @@ ### eject

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