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

actions-auto-publish

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actions-auto-publish - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js
'use strict';
const foo = () => {
const value = 40;
const plus = 2;
const value = 41;
const plus = 1;
return value + plus;
};
module.exports.foo = foo;
{
"name": "actions-auto-publish",
"version": "1.0.1",
"version": "1.0.2",
"description": "A test setup of automatic publish to npm from github actions",

@@ -5,0 +5,0 @@ "main": "index.js",

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