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

angular-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-jsdoc - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

default/publish.js

@@ -7,2 +7,3 @@ /*global env: true */

var jsTemplate = require('js-template');
var marked = require('marked');

@@ -95,2 +96,3 @@ var helper = require('jsdoc/util/templateHelper');

data.basePath = __dirname;
data.marked = marked;

@@ -97,0 +99,0 @@ var layoutPath = path.join(templatePath, 'html', 'layout.html');

3

package.json
{
"name": "angular-jsdoc",
"version": "1.0.7",
"version": "1.0.8",
"description": "JsDoc Plugin and Template for AngularJs",

@@ -21,2 +21,3 @@ "main": "index.js",

"jsdoc": "3.3.2",
"marked": "^0.3.5",
"q": "^1.4.1"

@@ -23,0 +24,0 @@ },

@@ -31,7 +31,5 @@ (function () {

* To invoke the event, use $scope.$emit or $scope.$broacast.
* i.e. <map init-event="init-map" ng-click="$emit('init-map')" center=... ></map>
* @attr {String} &lt;MapOption> Any Google map options,
* https://developers.google.com/maps/documentation/javascript/reference?csw=1#MapOptions
* @attr {String} &lt;MapEvent> Any Google map events,
* https://rawgit.com/allenhwkim/angularjs-google-maps/master/build/map_events.html
* i.e. `<map init-event="init-map" ng-click="$emit('init-map')" center=... ></map>`
* @attr {String} &lt;MapOption> [Any Google map options](https://developers.google.com/maps/documentation/javascript/reference?csw=1#MapOptions)
* @attr {String} &lt;MapEvent> [Any Google map events](https://rawgit.com/allenhwkim/angularjs-google-maps/master/build/map_events.html)
* @example

@@ -38,0 +36,0 @@ * Usage:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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