@compas/stdlib
Advanced tools
Comparing version 0.0.105 to 0.0.106
{ | ||
"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" | ||
); | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31043
+ Added@compas/insight@0.0.106(transitive)
+ Added@types/node@14.14.16(transitive)
- Removed@compas/insight@0.0.105(transitive)
- Removed@types/node@14.14.14(transitive)
Updated@compas/insight@0.0.106
Updated@types/node@14.14.16