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

pinia-orm

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pinia-orm - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

16

package.json
{
"name": "pinia-orm",
"version": "1.7.0",
"version": "1.7.1",
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",

@@ -29,12 +29,6 @@ "keywords": [

},
"./*": "./*",
"./decorators": {
"types": "./dist/decorators.d.ts",
"require": "./dist/decorators.cjs",
"import": "./dist/decorators.mjs"
},
"./casts": {
"types": "./dist/casts.d.ts",
"require": "./dist/casts.cjs",
"import": "./dist/casts.mjs"
"./*": {
"types": "./dist/*.d.ts",
"require": "./dist/*.cjs",
"import": "./dist/*.mjs"
}

@@ -41,0 +35,0 @@ },

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