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

matt-lerna-2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matt-lerna-2 - npm Package Compare versions

Comparing version 0.1.1 to 0.1.6-alpha.2a8c132b

8

index.js
import isString from 'lodash.isstring';
import numberStatus from 'matt-lerna-1';
export default function hello(value) {
return isString(value) ? 'It is a string' : 'It is not a string';
export default function stringStatus(value) {
return {
numberStatus: numberStatus(value),
stringStatus: isString(value) ? 'It is a string' : 'It is not a string',
};
}
{
"name": "matt-lerna-2",
"version": "0.1.1",
"version": "0.1.6-alpha.2a8c132b",
"files": [

@@ -8,4 +8,5 @@ "index.js"

"dependencies": {
"lodash.isstring": "^4.0.0"
"lodash.isstring": "^4.0.0",
"matt-lerna-1": "^0.1.6-alpha.2a8c132b"
}
}
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