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

@produck/kit

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@produck/kit - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

10

package.json
{
"name": "@produck/kit",
"version": "0.1.2",
"version": "0.1.3",
"description": "A useful dependency injection module.",

@@ -23,7 +23,7 @@ "keywords": [

"types": "index.d.ts",
"main": "dist/index.cjs",
"main": "dist/kit.cjs",
"type": "module",
"exports": {
"import": "./index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/kit.cjs"
},

@@ -46,5 +46,5 @@ "publishConfig": {

"devDependencies": {
"rollup": "^2.79.1"
"rollup": "^3.2.5"
},
"gitHead": "fa38a984720c5cea54b067ef71c4556af68171db"
"gitHead": "b9fbfb9bd11ecc5c37203f47783a495fe0743cf6"
}

@@ -64,3 +64,3 @@ # @produck/kit

// Inject
AnyProvider(base);
FooProvider(base);
```

@@ -67,0 +67,0 @@ ## API

Sorry, the diff of this file is not supported yet

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