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

@solid-primitives/i18n

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/i18n - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

10

package.json
{
"name": "@solid-primitives/i18n",
"version": "1.0.8",
"version": "1.0.9",
"description": "Primitive to create and use i18n primitives.",

@@ -44,3 +44,3 @@ "author": "Alexandre Mouton-Brady <amoutonbrady@gmail.com>",

"@babel/preset-env": "^7.15.8",
"@types/jest": "^26.0.10",
"@types/jest": "^27.0.0",
"babel-preset-solid": "^1.1.5",

@@ -51,8 +51,8 @@ "jest": "^27.2.5",

"ts-jest": "^27.0.5",
"tslib": "^2.0.1",
"tsup": "^5.10.0",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"peerDependencies": {
"solid-js": "^1.2.5"
"solid-js": "1.3.0"
},

@@ -81,2 +81,2 @@ "jest": {

}
}
}

@@ -6,2 +6,3 @@ # @solid-primitives/i18n

[![size](https://img.shields.io/npm/v/@solid-primitives/i18n?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/i18n)
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdavedbase%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-3.json)](https://github.com/davedbase/solid-primitives#contribution-process)

@@ -93,6 +94,10 @@ Creates a method for internationalization support. This primitive set is largely inspired by [dlv](https://github.com/developit/dlv/blob/master/index.js) and passes all its tests.

1.0.7
1.0.8
Patch CJS support release.
1.0.9
Updated to Solid 1.3
</details>

Sorry, the diff of this file is not supported yet

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