Socket
Socket
Sign inDemoInstall

react-async-component

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-async-component - npm Package Compare versions

Comparing version 2.0.0-alpha to 2.0.0-alpha.0

7

package.json
{
"name": "react-async-component",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.0",
"description":
"Create Components that resolve asynchronously, with support for server side rendering and code splitting.",
"license": "MIT",
"main": "commonjs/index.js",
"main": "dist/react-async-component.js",
"files": ["index.d.ts", "*.js", "*.md", "dist"],

@@ -25,4 +25,3 @@ "typings": "./index.d.ts",

"build": "node ./tools/scripts/build.js",
"clean":
"rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./umd",
"clean": "rimraf ./dist && rimraf ./coverage",
"lint": "eslint src",

@@ -29,0 +28,0 @@ "precommit": "lint-staged && npm run test",

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