Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.0 to 1.2.0

6

CHANGELOG.md
# @etlevs/release-script-test
## 1.2.0
### Minor Changes
- add megacool export ([#9](https://github.com/etlevs/release-script-test/pull/9))
## 1.1.0

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

3

dist/index.d.ts
declare const cool = "1";
declare const megacool = "2";
export { cool };
export { cool, megacool };
// src/index.ts
var cool = "1";
var megacool = "2";
export {
cool
cool,
megacool
};
//# sourceMappingURL=index.js.map
{
"name": "@etlevs/release-script-test",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",

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

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

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