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

@noredink/jetpack

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noredink/jetpack - npm Package Compare versions

Comparing version 2.0.18 to 2.0.20

10

index.js
var binwrap = require("binwrap");
var path = require("path");
var binVersion = require(path.join(__dirname, "package.json"));
var packageInfo = require(path.join(__dirname, "package.json"));
var root =
"https://github.com/NoRedInk/jetpack/releases/download/" +
packageInfo.version +
"/jetpack";
var root = "https://github.com/NoRedInk/jetpack/releases/download/" + binVersion.version + "/jetpack";
'https://github.com/NoRedInk/jetpack/releases/download/2.0.15/jetpack-linux.tar.gz'
module.exports = binwrap({
dirname: __dirname,
binaries: ["jetpack"],

@@ -11,0 +13,0 @@ urls: {

14

package.json
{
"name": "@noredink/jetpack",
"version": "2.0.18",
"version": "2.0.20",
"description": "Install jetpack",
"preferGlobal": true,
"engines": {
"node": ">=5.2.0"
},
"main": "index.js",
"scripts": {
"install": "npx binwrap-install",
"prepublishOnly": "npx binwrap-test"
"prepare": "npx binwrap-prepare",
"test": "npx binwrap-test",
"prepublish": "npm test"
},

@@ -25,3 +30,4 @@ "repository": {

"index.js",
"bin"
"bin",
"bin/jetpack"
],

@@ -33,5 +39,5 @@ "homepage": "https://github.com/NoRedInk/jetpack",

"dependencies": {
"binwrap": "^0.1.4"
"binwrap": "^0.2.0"
},
"devDependencies": {}
}

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