New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

demoup-test

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demoup-test - npm Package Compare versions

Comparing version 0.2.1 to 0.2.4

2

es/demoup.js

@@ -30,3 +30,3 @@ import React from "react";

title: exportValue.title || exportName,
path: paths[i].slice(1).replace(/\.demoup\.tsx$/, "") + "/" + exportName,
path: encodeURI(paths[i].slice(1).replace(/\.demo\.tsx$/, "") + "/" + exportName),
Component: exportValue.title ? exportValue.component : exportValue,

@@ -33,0 +33,0 @@ });

{
"name": "demoup-test",
"version": "0.2.1",
"version": "0.2.4",
"description": "Create react component demo app with vite in a simple step.",

@@ -28,3 +28,3 @@ "type": "module",

"react": ">=17",
"react-router": ">=6"
"react-router-dom": ">=6"
},

@@ -31,0 +31,0 @@ "dependencies": {

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