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

@aulidev/webstorage

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

@aulidev/webstorage - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/index.d.mts

38

package.json
{
"name": "@aulidev/webstorage",
"version": "0.0.0",
"version": "0.0.1",
"description": "Webstorage to Localstorage",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production tsup",
"dev": "tsup --watch",
"format": "biome check --apply ./src",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"changeset": "changeset"
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {}
},
"files": [
"dist/**/*",
"LICENSE",
"README.md"
],
"keywords": [

@@ -43,3 +52,12 @@ "local storage",

"npm": "^8.1.0"
},
"scripts": {
"build": "NODE_ENV=production tsup",
"dev": "tsup --watch",
"format": "biome check --apply ./src",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"changeset": "changeset"
}
}
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