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

bookshelf-jsdoc-theme

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf-jsdoc-theme - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

package.json
{
"name": "bookshelf-jsdoc-theme",
"version": "0.1.1",
"version": "0.1.2",
"description": "JSDoc theme used by bookshelfjs.org, the homepage of the Bookshelf.js ORM http://bookshelfjs.org",

@@ -33,4 +33,5 @@ "main": "publish.js",

"lodash": "^3.10.0",
"moment": "^2.10.6"
"moment": "^2.10.6",
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e"
}
}

2

publish.js

@@ -77,2 +77,4 @@ /*global env: true */

return 'undefined';
case 'NullLiteral':
return 'null';
case 'TypeApplication':

@@ -79,0 +81,0 @@ if (type.expression.name === 'Array') {

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