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

actions-auto-publish-dep

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actions-auto-publish-dep - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

index.js

@@ -18,2 +18,7 @@ 'use strict';

};
module.exports.hello = hello;
module.exports.hello = hello;
const world = () => {
return 'World';
};
module.exports.world = world;

2

package.json
{
"name": "actions-auto-publish-dep",
"version": "1.1.0",
"version": "1.1.1",
"description": "A test setup of automatic publish to npm from github actions",

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

@@ -11,3 +11,2 @@ 'use strict';

test('Index() - bar', (t) => {

@@ -21,2 +20,7 @@ t.equal(index.bar(), 'beer', '.value should be "beer"');

t.end();
});
test('Index() - world', (t) => {
t.equal(index.world(), 'World', '.value should be "World"');
t.end();
});
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