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.3 to 0.1.4

index.cjs

11

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

@@ -16,3 +16,2 @@ "keywords": [

"files": [
"dist/kit.cjs",
"index.mjs",

@@ -24,7 +23,7 @@ "version.mjs",

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

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

"devDependencies": {
"rollup": "^3.2.5"
"rollup": "^3.3.0"
},
"gitHead": "b9fbfb9bd11ecc5c37203f47783a495fe0743cf6"
"gitHead": "ac059f38b8058ab273b119db3a1480a3e509f757"
}

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