Socket
Socket
Sign inDemoInstall

create-webpack-split-point

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

3

index.js

@@ -11,3 +11,4 @@ "use strict";

)).join("");
const component = `const DefaultComponent = () => null;
const component = `import React from "react";
const DefaultComponent = () => null;
let cachedComponent = null;

@@ -14,0 +15,0 @@ export default class ${asyncComponentName}Async extends React.Component {

{
"name": "create-webpack-split-point",
"version": "3.0.0",
"version": "3.0.1",
"description": "helper module to create files needed to make a react component a code split point",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc