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

@betahuhn/feedback-js

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betahuhn/feedback-js - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

23

CHANGELOG.md

@@ -0,1 +1,9 @@

## [v1.0.0] - 2020-12-31
[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v1.0.0) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v0.3.1...v1.0.0) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v1.0.0) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v1.0.0.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v1.0.0.tar.gz))
### Breaking changes
- [`3b5c2e0`](https://github.com/BetaHuhn/feedback-js/commit/3b5c2e0) Release v1.0.0
# Changelog

@@ -6,16 +14,1 @@ All notable changes to this project will be documented in this file.

and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.3.1] - 2020-11-18
### Changed
- update dependencies
### Added
- add prepare command to package.json
- add upload to cdn workflow
## [v0.3.0] - 2020-10-21
- first release
## [v0.2.0] - 2020-10-21
### Added
- support for optional email input field
{
"name": "@betahuhn/feedback-js",
"version": "0.3.1",
"version": "1.0.0",
"description": "Simple self-hosted feedback modal for any website",

@@ -10,3 +10,3 @@ "main": "dist/feedback-js.min.js",

"build": "node build.js",
"prepare": "npm run build"
"semantic-release": "semantic-release"
},

@@ -28,2 +28,3 @@ "repository": {

"devDependencies": {
"@betahuhn/config": "^1.0.2",
"@betahuhn/eslint-config-node": "^0.1.0",

@@ -33,3 +34,6 @@ "eslint": "^7.11.0",

"watch": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}

@@ -5,3 +5,3 @@ <div align="center">

[![Build](https://github.com/BetaHuhn/feedback-js/workflows/Build/badge.svg)](https://github.com/BetaHuhn/feedback-js/actions?query=workflow%3ABuild) [![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/BetaHuhn/feedback-js/blob/master/LICENSE) ![David](https://img.shields.io/david/betahuhn/feedback-js) [![npm](https://img.shields.io/npm/v/@betahuhn/feedback-js)](https://www.npmjs.com/package/@betahuhn/feedback-js) [![npm bundle size](https://img.badgesize.io/betahuhn/feedback-js/master/dist/feedback-js.min.js?compression=gzip)](https://github.com/BetaHuhn/feedback-js)
[![Build](https://github.com/BetaHuhn/feedback-js/workflows/Build/badge.svg)](https://github.com/BetaHuhn/feedback-js/actions?query=workflow%3ABuild) [![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/BetaHuhn/feedback-js/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/@betahuhn/feedback-js)](https://www.npmjs.com/package/@betahuhn/feedback-js) [![npm bundle size](https://img.badgesize.io/betahuhn/feedback-js/master/dist/feedback-js.min.js?compression=gzip)](https://github.com/BetaHuhn/feedback-js)

@@ -8,0 +8,0 @@ Simple self-hosted feedback modal for any website

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