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

@etlevs/release-script-test

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etlevs/release-script-test - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

6

CHANGELOG.md
# @etlevs/release-script-test
## 2.0.0
### Major Changes
- megacool is too cool to be 2, its at least 3 ([#13](https://github.com/etlevs/release-script-test/pull/13))
## 1.2.0

@@ -4,0 +10,0 @@

2

dist/index.d.ts
declare const cool = "1";
declare const megacool = "2";
declare const megacool = "3";
export { cool, megacool };
// src/index.ts
var cool = "1";
var megacool = "2";
var megacool = "3";
export {

@@ -5,0 +5,0 @@ cool,

{
"name": "@etlevs/release-script-test",
"version": "1.2.0",
"version": "2.0.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "dominikg",

export const cool = '1';
export const megacool = '2';
export const megacool = '3';

Sorry, the diff of this file is not supported yet

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