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

@effect-app/compiler

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect-app/compiler - npm Package Compare versions

Comparing version 0.67.0 to 0.68.0

6

CHANGELOG.md
# @effect-app/compiler
## 0.68.0
### Minor Changes
- A new day
## 0.67.0

@@ -4,0 +10,0 @@

4

package.json
{
"name": "@effect-app/compiler",
"version": "0.67.0",
"version": "0.68.0",
"license": "MIT",

@@ -15,3 +15,3 @@ "type": "module",

"ts-node": "^10.9.2",
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.20240124",
"typescript": "^5.3.3",
"vitest": "^1.3.1"

@@ -18,0 +18,0 @@ },

@@ -14,3 +14,3 @@ {

"noUnusedParameters": true,
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"checkJs": true,

@@ -24,2 +24,3 @@ "esModuleInterop": true,

],
"baseUrl": "./",
"target": "es2022",

@@ -41,30 +42,11 @@ "inlineSourceMap": true,

"ignoreDeprecations": "5.0",
"tsPlusTypes": [
"./node_modules/@effect-app/core/vendor/effect-data-tsplus.json",
"./node_modules/@effect-app/core/vendor/effect-io-tsplus.json",
"./node_modules/@effect-app/core/vendor/effect-match-tsplus.json",
"./node_modules/@effect-app/core/vendor/effect-stm-tsplus.json",
"./node_modules/@effect-app/core/vendor/effect-stream-tsplus.json",
"./node_modules/@effect-app/core/vendor/fp-ts-optic-tsplus.json",
"./node_modules/@effect-app/core/vendor/effect-schema-tsplus.json",
"./node_modules/@effect-app/core/vendor/effect-platform-tsplus.json"
],
"plugins": [
{
"name": "@effect/language-service",
"diagnostics": {
"1002": "none"
}
}
],
"types": [
"vitest/globals"
],
"tsPlusConfig": "./tsplus.config.json",
"rootDir": "./src",
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"noEmit": true
"tsBuildInfoFile": "./dist/.tsbuildinfo"
},
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Strictest",
"_version": "2.0.0",
"watchOptions": {

@@ -71,0 +53,0 @@ "watchFile": "useFsEvents",

Sorry, the diff of this file is not supported yet

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