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.3 to 1.0.4

2

dist/charlie.js

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

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

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

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

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

},
"gitHead": "5ecf4cd8ae080d82e458dc974501c736ca0edcea"
"gitHead": "985ed3c0ba6d4a3a87c4265c7be5d6481428a479"
}
const charlie = () => {
return 'charlie 3';
return 'charlie 4';
}
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