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

merger-js

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merger-js - npm Package Compare versions

Comparing version 3.8.2 to 3.8.3

9

CHANGELOG.md

@@ -5,4 +5,11 @@ # CHANGELOG

#### *v3.8.2 - 07/06/2019
#### *v3.8.3 - 06/10/2019
- Fixed dependency vulnerability issues.
- Updated dependencies.
 
#### v3.8.2 - 07/06/2019
- Added tests (finally!);

@@ -9,0 +16,0 @@ - fileDownloader module:

@@ -0,0 +0,0 @@ /*

8

package.json
{
"name": "merger-js",
"displayName": "MergerJS",
"version": "3.8.2",
"version": "3.8.3",
"description": "Yet another lightweight and simple cross-platform CLI build tool to bundle JavaScript files, with file imports, ES6+ minification, auto build capabilities, and native OS notifications.",

@@ -38,8 +38,8 @@ "readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md",

"chokidar": "^3.0.1",
"commander": "^2.20.0",
"inquirer": "^6.3.1",
"commander": "^3.0.2",
"inquirer": "^7.0.0",
"js.system.collections": "^1.0.0",
"line-by-line": "^0.1.6",
"neo-async": "^2.5.1",
"node-notifier": "^5.4.0",
"node-notifier": "^6.0.0",
"uglify-es": "^3.3.10"

@@ -46,0 +46,0 @@ },

@@ -45,3 +45,3 @@ # MergerJS

- [x] **Import a file from an URL** (use ```%import 'url'```)
- [x] **Import a file or directory from a GitHub repository** (use ```%import<<github '<userName>/<repositoryName>/<pathToFile>.js'```)
- [x] **Import a file or directory from a GitHub repository** (use ```%import<<github::{branch-name} '{userName}/{repositoryName}/{pathToFile}.js'```)

@@ -86,3 +86,3 @@ &nbsp;

// %import 'https://cdnjs.cloudflare.com/ajax/libs/react/16.4.2/cjs/react.development.js'
// %<<github '/twbs/bootstrap/master/dist/js/bootstrap.min.js'
// %<<github::v4-dev '/twbs/bootstrap/dist/js/bootstrap.min.js'
// @'externalLibs'

@@ -89,0 +89,0 @@ // @import<<dir '/enums/'

# Current Branch Version
**v3.8.2**
**v3.8.3**
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