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

actions-auto-publish

Package Overview
Dependencies
Maintainers
1
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.0 to 1.0.1

.github/workflows/push.yml

4

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

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

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