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

@btmills/release-please-test

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@btmills/release-please-test - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0

11

CHANGELOG.md
# Changelog
## [2.0.0](https://github.com/btmills/release-please-test/compare/v1.1.3...v2.0.0) (2023-02-23)
### ⚠ BREAKING CHANGES
* Remove fortyThree
### Features
* Remove fortyThree ([fc1da3e](https://github.com/btmills/release-please-test/commit/fc1da3e7b37a788c445e0cbc1af5c3af70ac54b8))
## [1.1.3](https://github.com/btmills/release-please-test/compare/v1.1.2...v1.1.3) (2023-02-23)

@@ -4,0 +15,0 @@

5

index.js

@@ -5,6 +5,1 @@ /** Returns forty-two. */

}
/** Returns forty-three. */
export function fortyThree() {
return 43;
}

2

package.json
{
"name": "@btmills/release-please-test",
"version": "1.1.3",
"version": "2.0.0",
"description": "Just a test",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/btmills/release-please-test#readme",

import assert from 'node:assert';
import test from 'node:test';
import fortyTwo, { fortyThree } from './index.js';
import fortyTwo from './index.js';

@@ -9,5 +9,1 @@ test('returns 42', t => {

});
test('returns 43', t => {
assert.strictEqual(fortyThree(), 43);
});
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