New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@effect/printer-ansi

Package Overview
Dependencies
Maintainers
3
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/printer-ansi - npm Package Compare versions

Comparing version 0.12.0 to 1.0.0

LICENSE

42

package.json
{
"name": "@effect/printer-ansi",
"version": "0.12.0",
"version": "1.0.0",
"description": "Functional programming in TypeScript",
"license": "MIT",

@@ -9,14 +10,16 @@ "repository": {

},
"dependencies": {
"@effect/data": "~0.17.1",
"@effect/io": "~0.37.0",
"@effect/typeclass": "~0.2.1",
"@effect/printer": "^0.12.0"
},
"main": "./index.js",
"publishConfig": {
"access": "public"
},
"sideEffects": [],
"exports": {
"./*": {
"import": {
"types": "./*.d.ts",
"default": "./mjs/*.mjs"
},
"require": {
"types": "./*.d.ts",
"default": "./*.js"
}
},
".": {

@@ -31,14 +34,13 @@ "import": {

}
},
"./*": {
"import": {
"types": "./*.d.ts",
"default": "./mjs/*.mjs"
},
"require": {
"types": "./*.d.ts",
"default": "./*.js"
}
}
}
},
"sideEffects": [],
"author": "Michael Arnaldi <ma@matechs.com>",
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.38.0",
"@effect/typeclass": "^0.3.0",
"@effect/printer": "^0.13.0"
},
"main": "./index.js"
}
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