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

@eroc/core

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eroc/core - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

15

package.json
{
"name": "@eroc/core",
"version": "0.11.0",
"version": "0.12.0",
"description": "Lightweight framework for scalable applications",

@@ -12,4 +12,11 @@ "author": "Mauricio Soares",

},
"main": "dist/core.js",
"module": "src/core/core.js",
"main": "dist/core.umd.js",
"module": "dist/core.js",
"files": [
"dist/core.umd.js",
"dist/core.iife.js",
"dist/core.js",
"LICENSE",
"README.md"
],
"scripts": {

@@ -31,3 +38,3 @@ "bundle": "rollup --config tools/rollup.config.js",

"rollup": "^0.66.6"
}
}
}
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