New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

speculate

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speculate - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

.travis.yml

2

lib/spec.js

@@ -41,3 +41,3 @@ var hogan = require('hogan.js');

module.exports = function (pkg, release) {
var serviceProperties = Object.assign({
var serviceProperties = _.assign({
release: getReleaseNumber(release),

@@ -44,0 +44,0 @@ requires: getRequiredPackages(pkg),

{
"name": "speculate",
"version": "1.1.2",
"version": "1.1.3",
"description": "Automatically generates an RPM Spec file for your Node.js project",

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

"devDependencies": {
"codeclimate-test-reporter": "^0.3.1",
"eslint": "^2.4.0",

@@ -53,0 +54,0 @@ "istanbul": "^0.4.2",

# speculate
[![Build Status](https://travis-ci.org/bbc/speculate.svg)](https://travis-ci.org/bbc/speculate) [![Code Climate](https://codeclimate.com/github/bbc/speculate/badges/gpa.svg)](https://codeclimate.com/github/bbc/speculate) [![Test Coverage](https://codeclimate.com/github/bbc/speculate/badges/coverage.svg)](https://codeclimate.com/github/bbc/speculate/coverage)
> Automatically generates an RPM Spec file for your Node.js project

@@ -4,0 +6,0 @@

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