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

gulp-amd-wrap

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-amd-wrap - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.7](https://github.com/searchfe/gulp-amd-wrap/compare/v1.0.6...v1.0.7) (2019-07-29)
### Bug Fixes
* no elements in parser ([46823b3](https://github.com/searchfe/gulp-amd-wrap/commit/46823b3))
## [1.0.6](https://github.com/searchfe/gulp-amd-wrap/compare/v1.0.5...v1.0.6) (2019-07-04)

@@ -2,0 +9,0 @@

4

dist/parser.js

@@ -60,6 +60,6 @@ "use strict";

});
if (!_this.isHasObj(node.arguments[1].elements, 'require')) {
if (node.arguments[1] && !_this.isHasObj(node.arguments[1].elements, 'require')) {
node.arguments[1].elements.push({ type: 'Literal', value: 'require' });
}
if (!_this.isHasObj(node.arguments[2].params, 'require')) {
if (node.arguments[2] && !_this.isHasObj(node.arguments[2].params, 'require')) {
node.arguments[2].params.push({ type: 'Identifier', name: 'require' });

@@ -66,0 +66,0 @@ }

{
"name": "gulp-amd-wrap",
"version": "1.0.6",
"version": "1.0.7",
"discription": "gulp-amd-wrap",

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

Sorry, the diff of this file is too big to display

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