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

@erickmerchant/framework

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erickmerchant/framework - npm Package Compare versions

Comparing version 41.5.2 to 41.6.0

dist/main.js

14

package.json
{
"name": "@erickmerchant/framework",
"version": "41.5.2",
"version": "41.6.0",
"description": "A front-end framework.",

@@ -19,17 +19,19 @@ "homepage": "https://github.com/erickmerchant/framework#readme",

"README.md",
"main.js",
"dist/main.js",
"stringify.js"
],
"main": "main.js",
"module": "main.js",
"main": "dist/main.js",
"module": "dist/main.js",
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"pretest": "npm run lint",
"test": "node test/index.js"
"test": "node test/index.js",
"prepare": "rollup main.js --file dist/main.js --format esm"
},
"devDependencies": {
"@erickmerchant/eslint-config": "^2.0.0",
"@erickmerchant/eslint-config": "^3.0.0",
"@erickmerchant/prettier-config": "^1.2.0",
"delay": "^5.0.0",
"jsdom": "^16.4.0",
"rollup": "^2.42.4",
"uvu": "^0.5.0"

@@ -36,0 +38,0 @@ },

# @erickmerchant/framework
A very simple framework in a bit more than 2kB minified + gzipped. No build step required to use. Import it from a cdn like skypack or unpkg and get started.
## Example

@@ -4,0 +6,0 @@

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