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

next-stepper

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-stepper - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/components/MyComponent.js

4

index.js

@@ -1,2 +0,2 @@

import Stepper from "./dist/MyComponent";
export default Stepper;
const Stepper = require("./dist/index").default;
module.exports = Stepper;
{
"name": "next-stepper",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -19,8 +19,14 @@ "main": "index.js",

"@types/react": "^18.3.3",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"tailwindcss": "^3.3.2",
"postcss": "^8.4.20",
"autoprefixer": "^10.4.7"
},
"dependencies": {
"autoprefixer": "^10.4.19",
"framer-motion": "^11.2.9",
"react": "^18.3.1"
"postcss": "^8.4.38",
"react": "^18.3.1",
"tailwindcss": "^3.4.3"
}
}

@@ -11,3 +11,3 @@ {

},
"include": ["src"]
"include": ["src", "src/components/MyComponent.tsx"]
}
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