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

emeio

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emeio - npm Package Compare versions

Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.1

dist/emeio.d.ts

38

package.json
{
"name": "emeio",
"version": "0.0.1-alpha.0",
"main": "index.js",
"version": "0.0.1-alpha.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"license": "MIT",
"dependencies": {}
"files": [
"dist",
"types"
],
"scripts": {
"test": "ava ./tests/**",
"build": "tsc --build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"mjml": "^4.10.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/mjml": "^4.7.0",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11"
},
"ava": {
"typescriot": {
"extensions": [
"ts",
"tsx"
],
"rewritePaths": {
"src/": "dist/"
},
"compile": false
}
}
}
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