Socket
Socket
Sign inDemoInstall

reveal

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reveal - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/font/league_gothic_license

6

build.js

@@ -35,2 +35,8 @@ 'use strict';

});
// used from one of the CSS files, so must be included
mkdirp(__dirname + '/lib/font');
fs.readdirSync(__dirname + '/temp/lib/font').forEach(function (font) {
fs.renameSync(__dirname + '/temp/lib/font/' + font,
__dirname + '/lib/font/' + font);
});
});

@@ -37,0 +43,0 @@

4

package.json
{
"name": "reveal",
"version": "0.0.2",
"version": "0.0.3",
"description": "The HTML presentation framework",

@@ -16,3 +16,3 @@ "keywords": [],

"scripts": {
"test": "mocha -R spec"
"prepublish": "node build"
},

@@ -19,0 +19,0 @@ "repository": {

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