Socket
Socket
Sign inDemoInstall

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.1 to 1.1.2

CHANGELOG.md

2

index.js

@@ -16,3 +16,3 @@ 'use strict';

const hello = () => {
return 'Hello';
return 'Hola';
};

@@ -19,0 +19,0 @@ module.exports.hello = hello;

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

@@ -20,12 +20,24 @@ "main": "index.js",

},
"files": [
"index.js",
"CHANGELOG.md",
"package.json"
],
"homepage": "https://github.com/trygve-lie/auto-publish-dep#readme",
"devDependencies": {
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-import": "2.18.2",
"prettier": "1.19.1",
"eslint": "6.7.2",
"tap": "14.10.2"
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"eslint": "7.2.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.3",
"prettier": "2.0.5",
"semantic-release": "17.0.8",
"tap": "14.10.7"
}
}
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