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

jeeebot

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeeebot - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

lib/parts/storyboard.js

7

lib/parts/plist.js

@@ -6,4 +6,6 @@ var xpath = require('xpath');

var path = require("path");
var Handlebars = require("handlebars");
var model = require("./lib/model");
var template = Handlebars.compile("A plist key ‘{{identifier}}’ in ‘{{filename}}’");

@@ -19,4 +21,7 @@ exports.process = function(fullPath) {

var field = group.ensureField(identifier);
field.descriptions.push("A constant for key ‘" + identifier + "’ in ‘" + filename + "’");
field.descriptions.push(template({
"identifier" : identifier,
"filename" : filename
}));
});
};

2

package.json

@@ -7,3 +7,3 @@ {

"main" : "generator.js",
"version": "0.0.27",
"version": "0.0.28",

@@ -10,0 +10,0 @@ "scripts" : {

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