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

grunt-script-import

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-script-import - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name" : "grunt-script-import",
"description" : "Use this grunt module to import various javascript files into your html files in a shorthand format.",
"version" : "0.0.2",
"version" : "0.0.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Derek Caneja"

module.exports = function(grunt) {
// Please see the grunt documentation for more information regarding task creation: https://github.com/gruntjs/grunt/blob/devel/docs/toc.md
grunt.registerMultiTask('import-script', 'Use this grunt module to, in shorthand, import various javascript files into your html files.', function () {
grunt.registerMultiTask('script-import', 'Use this grunt module to, in shorthand, import various javascript files into your html files.', function () {
var src = grunt.file.read(this.data.src);

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