Socket
Socket
Sign inDemoInstall

usestep-storage-ts

Package Overview
Dependencies
6
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

dist/index.bundle.js

9

package.json
{
"name": "usestep-storage-ts",
"version": "1.0.2",
"version": "1.0.3",
"description": "This hook can be used to control each step of a form that was made with the idea of showing each step in the necessary time, thus helping to further componentize a form in react. The Hook stores the state in localstorage and even with the page update it remains in the same step",

@@ -15,3 +15,3 @@ "main": "src/index.ts",

"scripts": {
"build": "tsc",
"build": "webpack",
"watch": "tsc -w"

@@ -24,4 +24,7 @@ },

"devDependencies": {
"typescript": "^4.9.5"
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}

@@ -58,3 +58,3 @@ {

// "removeComments": true, /* Disable emitting comments. */
"noEmit": true /* Disable emitting files from a compilation. */,
//"noEmit": true /* Disable emitting files from a compilation. */,
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */

@@ -61,0 +61,0 @@ // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */

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