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

speculate

Package Overview
Dependencies
Maintainers
40
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 3.1.2 to 4.0.0

20

package.json
{
"name": "speculate",
"version": "3.1.2",
"version": "4.0.0",
"description": "Automatically generates an RPM Spec file for your Node.js project",

@@ -33,6 +33,6 @@ "main": "index.js",

"dependencies": {
"commander": "^2.9.0",
"commander": "^10.0.0",
"handlebars": "^4.7.7",
"rimraf": "^2.5.2",
"tar-fs": "^1.11.1"
"rimraf": "^4.1.0",
"tar-fs": "^2.1.1"
},

@@ -46,9 +46,9 @@ "eslintConfig": {

"devDependencies": {
"codeclimate-test-reporter": "^0.5.0",
"eslint": "^8.6.0",
"codeclimate-test-reporter": "^0.5.1",
"eslint": "^8.32.0",
"eslint-config-iplayer": "^8.0.0",
"eslint-plugin-mocha": "^10.0.3",
"istanbul": "^0.4.2",
"mocha": "^5.0.4",
"sinon": "^4.4.8"
"eslint-plugin-mocha": "^10.1.0",
"istanbul": "^0.4.5",
"mocha": "^10.2.0",
"sinon": "^15.0.1"
},

@@ -55,0 +55,0 @@ "engines": {

@@ -9,3 +9,3 @@ 'use strict';

const sinon = require('sinon');
const sandbox = sinon.sandbox.create();
const sandbox = sinon.createSandbox();

@@ -12,0 +12,0 @@ const archiver = require('../lib/archiver');

@@ -8,3 +8,3 @@ 'use strict';

const pkg = require('./fixtures/my-cool-api');
const sandbox = sinon.sandbox.create();
const sandbox = sinon.createSandbox();

@@ -11,0 +11,0 @@ describe('clean', () => {

@@ -5,3 +5,3 @@ 'use strict';

const pkgWithWhitelist = require('./fixtures/my-cool-api-with-whitelist');
const sandbox = require('sinon').sandbox.create();
const sandbox = require('sinon').createSandbox();
const fs = require('fs');

@@ -8,0 +8,0 @@ const assert = require('assert');

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

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

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