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

grunt-es6-module-wrap-default

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-es6-module-wrap-default - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

package.json
{
"name": "grunt-es6-module-wrap-default",
"description": "Wrap CommonJS and AMD modules created with es6-module-transpiler so that they can be required as ('name') and not ('name').default",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/stevoland/grunt-es6-module-wrap-default",

@@ -27,2 +27,5 @@ "author": {

},
"scripts": {
"test": "grunt test"
},
"devDependencies": {

@@ -38,8 +41,4 @@ "grunt-contrib-jshint": "~0.6.0",

"keywords": [
"gruntplugin",
"es6-module-transpiler",
"es6",
"commonjs",
"amd"
"gruntplugin"
]
}

@@ -45,2 +45,5 @@ /*

// Path will use forward slash as delimiter on both Windows and Unix based systems.
importPath = path.normalize(importPath).replace(/\\/g, '/');
var src;

@@ -47,0 +50,0 @@

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