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

egjs-jsdoc-template

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egjs-jsdoc-template - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

13

Gruntfile.js

@@ -122,2 +122,13 @@ /**

}]
},
/*
* Alternative task to apply on changed module dir in NPM3
*/
pluginForNewNPM: {
files: [{
src: 'jsdoc-plugin/*.js',
dest: 'node_modules/jsdoc/plugins/',
flatten : true,
expand : true
}]
}

@@ -151,2 +162,3 @@ }

'copy:plugin',
'copy:pluginForNewNPM',
'jsdoc:doc'

@@ -159,4 +171,5 @@ ]);

'copy:plugin',
'copy:pluginForNewNPM',
'jsdoc:egjs'
]);
};

6

package.json
{
"name": "egjs-jsdoc-template",
"version": "1.1.0",
"version": "1.1.1",
"description": "egjs template for JSDoc 3",
"main": "Gruntfile.js",
"dependencies": {},
"dependencies": {
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e"
},
"devDependencies": {

@@ -8,0 +10,0 @@ "connect-livereload": "~0.3.2",

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