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

micro-packager

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-packager - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "micro-packager",
"version": "0.0.1",
"description": "Library to extract part of an npm package and create a new smaller npm package that contains only the component peices required.",
"version": "0.0.2",
"description": "Library to extract part of an npm package and create a new smaller npm package that contains only the component pieces required.",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

# Micro Packager
Library to extract part of an npm package and create a new smaller npm package that contains only the component peices required. Just point the packager to the main root file and the application will be spidered and pull in all required dependencies.
Library to extract part of an npm package and create a new smaller npm package that contains only the component pieces required. Just point the packager to the main root file and the application will be spidered and pull in all required dependencies.

@@ -4,0 +4,0 @@ In addition to extracting the smaller application, there is also the option to deploy to AWS Lambda to run the smaller application as a function.

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