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

grunt-build-seajs

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-build-seajs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "grunt-build-seajs",
"description": "Transport module for seajs.",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/dreamstu/grunt-build-seajs",

@@ -14,3 +14,3 @@ "keywords": [

"type": "git",
"url": "http://github.com/dreamstu/transport-build-seajs.git"
"url": "http://github.com/dreamstu/grunt-build-seajs.git"
},

@@ -17,0 +17,0 @@ "license":"MIT",

@@ -69,4 +69,5 @@ var utils = require('../lib/utils');

}).join('\n');
grunt.file.write(path.join(file.orig.dest,destUri,file.src[0]), contents);
grunt.log.writeln('File "' + file.dest + '" created.');
var _dest = path.join(file.orig.dest,destUri,file.src[0]);
grunt.file.write(_dest, contents);
grunt.log.writeln('File "' + _dest + '" created.');
});

@@ -73,0 +74,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