Socket
Socket
Sign inDemoInstall

@goldenshun/lerna-test-charlie

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldenshun/lerna-test-charlie - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/charlie.js

@@ -9,3 +9,3 @@ "use strict";

var charlie = function charlie() {
return 'charlie 2';
return 'charlie 3';
};

@@ -12,0 +12,0 @@

{
"name": "@goldenshun/lerna-test-charlie",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {

@@ -20,3 +20,3 @@ "access": "public"

},
"gitHead": "81ff5ca34a6da0a3f59d034e57e9ed20ee60b2ec"
"gitHead": "5ecf4cd8ae080d82e458dc974501c736ca0edcea"
}
const charlie = () => {
return 'charlie 2';
return 'charlie 3';
}
export default charlie;
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