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

@iadvize-oss/hello-world

Package Overview
Dependencies
Maintainers
11
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iadvize-oss/hello-world - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

dist/index.test.js

14

CHANGELOG.md

@@ -10,4 +10,10 @@ # Changelog

## [0.0.20]
## [0.0.21]
## [0.0.21]
### Added
- fake data
## [0.0.20]

@@ -131,6 +137,8 @@

[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.20...HEAD
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.21...HEAD
[0.0.20]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.20...v0.0.20
[0.0.21]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.21...v0.0.21
[0.0.21]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.20...v0.0.21
[0.0.20]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.19...v0.0.20

@@ -137,0 +145,0 @@

{
"name": "@iadvize-oss/hello-world",
"version": "0.0.20",
"description": "Does nothing.",
"version": "0.0.21",
"description": "Say hello",
"main": "dist/index.js",

@@ -11,3 +11,3 @@ "files": [

"build": "tsc",
"test": "echo \"no test\"",
"test": "jest --coverage",
"lint": "echo \"no lint\"",

@@ -31,6 +31,12 @@ "version": "VERSION=$(cat package.json | jq '.version') && remark CHANGELOG.md -o --use @jarrodldavis/changelog-version-bump=version:$VERSION && git add CHANGELOG.md "

"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1",
"@types/jest": "^25.1.0",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"remark-cli": "^7.0.1",
"ts-jest": "^25.0.0",
"typescript": "^3.7.5"
}
}
# hello-world-javascript-library
![Continuous integration](https://github.com/iadvize/hello-world-javascript-library/workflows/Continuous%20integration/badge.svg)
This is a repo template for other javascript libraries at iAdvize
This is a repo template for other javascript oss libraries at iAdvize. Use it
for your new library to have a repository set up with lint, test and usefull
github workflows.
# Features
## Continuous integration
Runs lint, test and build on every commit.
## Continuous delivery
Publish canary versions of the library for pull requests. Publish latest version
once a pull request is merged on master.
## Automatic version bump
Flag your pull requests with `patch`, `minor`, `major` to increment the version
of your package or with `no-release` otherwise.
## Automatic changelog bump
Simply complete the `Unreleased` section of the changelog in your pull request.
It will be update to the new version once merge.
## Automatic release creation
Github releases are created automatically on a new version, using the
corresponding part of the changelog as content.
## Automatic rebase and merge
Flagging a pull request with the `keep-rebased-then-merge` flag with keep it
rebased until it can me merged.
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