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

svelte-writable-derived

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-writable-derived - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

index.d.ts

15

package.json
{
"name": "svelte-writable-derived",
"version": "2.1.2",
"version": "2.1.3",
"description": "Two-way data-transforming stores for Svelte",

@@ -19,4 +19,8 @@ "keywords": [

"module": "index.mjs",
"types": "index.d.ts",
"exports": {
".": "./index.mjs",
".": {
"default": "./index.mjs",
"types": "./index.d.ts"
},
"./package.json": "./package.json"

@@ -26,3 +30,4 @@ },

"files": [
"index.mjs"
"index.mjs",
"index.d.ts"
],

@@ -37,6 +42,6 @@ "scripts": {

"devDependencies": {
"mocha": "^9.1.3",
"svelte": "^3.44.1"
"mocha": "^9.2.2",
"svelte": "^3.46.4"
},
"license": "MIT"
}
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