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

modularload

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modularload - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

.babelrc

17

package.json
{
"name": "modularload",
"version": "0.0.0",
"version": "1.0.0",
"description": "Dead simple page transitions and lazy loading.",
"repository": "modularorg/modularload",
"author": "Antoine Boulanger <hello@antoineboulanger.com> (https://antoineboulanger.com)",
"license": "MIT"
"license": "MIT",
"main": "dist/main.cjs.js",
"module": "dist/main.esm.js",
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"rollup": "^1.4.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.1"
}
}
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