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

machinepack-npm

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-npm - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

.travis.yml

1

machines/list-packages-with-details.js

@@ -28,2 +28,3 @@ module.exports = {

"sourceCodeUrl": "https://github.com/baz/machinepack-foo",
"sourceUrl": "https://github.com/baz/machinepack-foo",
"author": "Substack <substack@substack.com>",

@@ -30,0 +31,0 @@ "main": "lib/index.js",

5

machines/parse-package-json.js

@@ -34,2 +34,3 @@ module.exports = {

"sourceCodeUrl": "https://github.com/baz/machinepack-foo",
"sourceUrl": "https://github.com/baz/machinepack-foo",
"author": "Substack <substack@substack.com>",

@@ -104,3 +105,3 @@ "main": "lib/index.js",

// Build the source code URL, if applicable.
moduleMetadata.sourceCodeUrl = (function extractRepoUrl (){
moduleMetadata.sourceUrl = (function extractRepoUrl (){
var repoUrl;

@@ -134,2 +135,4 @@

})();
// Alias for compatibility
moduleMetadata.sourceCodeUrl = sourceUrl;

@@ -136,0 +139,0 @@ // Normalize contributors list from NPM maintainers, contributors, & author properties.

{
"name": "machinepack-npm",
"version": "2.0.1",
"version": "2.0.2",
"description": "Work with the public NPM repository.",

@@ -5,0 +5,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