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

@untemps/react-vocal

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untemps/react-vocal - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.5](https://github.com/untemps/react-vocal/compare/v1.0.4...v1.0.5) (2020-07-13)
### Bug Fixes
* Fix CHANGELOG.md ([05ac7c6](https://github.com/untemps/react-vocal/commit/05ac7c63a1aa72ae5ea4b7ea3568a2899950d2f7))
## [1.0.4](https://github.com/untemps/react-vocal/compare/v1.0.3...v1.0.4) (2020-07-13)

@@ -2,0 +9,0 @@

32

package.json
{
"name": "@untemps/react-vocal",
"version": "1.0.4",
"version": "1.0.5",
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>",

@@ -34,2 +34,3 @@ "repository": "git@github.com:untemps/react-vocal.git",

"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@testing-library/dom": "^7.7.1",

@@ -88,4 +89,31 @@ "@testing-library/jest-dom": "^5.9.0",

"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json"
]
}
],
"@semantic-release/npm",
"@semantic-release/git"
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/index.js",
"label": "CJS distribution"
},
{
"path": "dist/index.es.js",
"label": "ES distribution"
},
{
"path": "dist/index.umd.js",
"label": "UMD distribution"
}
]
}
]
]

@@ -92,0 +120,0 @@ },

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