Socket
Socket
Sign inDemoInstall

amdextract

Package Overview
Dependencies
2
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

4

index.js

@@ -147,2 +147,6 @@ /*

function optimizeContent(content, rangesToRemove) {
if (!rangesToRemove) {
return content;
}
var output = '',

@@ -149,0 +153,0 @@ start = 0;

2

package.json
{
"name": "amdextract",
"version": "2.1.2",
"version": "2.1.3",
"description": "Use AST to extract AMD modules, their parts and an optimized output without unused dependencies.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,0 +0,0 @@ # amdextract [![Build Status](https://travis-ci.org/mehdishojaei/amdextract.png)](https://travis-ci.org/mehdishojaei/amdextract)

@@ -0,0 +0,0 @@ // General test for all cases.

@@ -0,0 +0,0 @@ // General test for all cases.

@@ -0,0 +0,0 @@ var amdextract = require('..');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc