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

@compas/stdlib

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/stdlib - npm Package Compare versions

Comparing version 0.0.105 to 0.0.106

8

package.json
{
"name": "@compas/stdlib",
"version": "0.0.105",
"version": "0.0.106",
"description": "All kinds of utility functions",

@@ -16,4 +16,4 @@ "main": "./index.js",

"dependencies": {
"@compas/insight": "0.0.105",
"@types/node": "14.14.14",
"@compas/insight": "0.0.106",
"@types/node": "14.14.16",
"dotenv": "8.2.0",

@@ -43,3 +43,3 @@ "lodash.merge": "4.6.2"

},
"gitHead": "6ab87bab8ca01fd9a83d105d5bca7eca87e5c931"
"gitHead": "c567f9d3f31a2e19a7cc88f0ea4d19a4e290b597"
}

@@ -28,3 +28,3 @@ /**

export function isProduction() {
return environment.NODE_ENV === "production";
return environment.NODE_ENV !== "development";
}

@@ -37,4 +37,4 @@

return (
environment.NODE_ENV !== "production" || environment.IS_STAGING === "true"
environment.NODE_ENV === "development" || environment.IS_STAGING === "true"
);
}
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