New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.0 to 41.7.0

main.js

12

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

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

"README.md",
"dist/main.js",
"main.js",
"stringify.js"
],
"main": "dist/main.js",
"module": "dist/main.js",
"main": "main.js",
"module": "main.js",
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"pretest": "npm run lint",
"test": "node test/index.js",
"prepare": "rollup main.js --file dist/main.js --format esm"
"test": "node test/index.js"
},

@@ -36,3 +35,2 @@ "devDependencies": {

"jsdom": "^16.4.0",
"rollup": "^2.42.4",
"uvu": "^0.5.0"

@@ -39,0 +37,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