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

@produck/kit

Package Overview
Dependencies
Maintainers
0
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.7 to 0.1.8

index.gen.cjs

0

index.d.ts

@@ -0,0 +0,0 @@ interface KitProvider {

16

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

@@ -17,3 +17,4 @@ "keywords": [

"index.mjs",
"version.mjs",
"version.gen.mjs",
"index.gen.cjs",
"index.d.ts",

@@ -23,7 +24,8 @@ "tsconfig.json"

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

@@ -38,3 +40,2 @@ "publishConfig": {

"scripts": {
"test": "mocha \"**/*-spec.mjs\" -t 999999999",
"build:version": "node script/version.mjs",

@@ -48,6 +49,5 @@ "build": "npm run build:version && rollup -c script/rollup.config.mjs",

"devDependencies": {
"mocha": "^10.2.0",
"rollup": "^4.9.2"
"rollup": "^4.24.4"
},
"gitHead": "09558a8643cd1715333e975c7a2b5b87d7899193"
"gitHead": "097b4ddba1df28ca2d2e0ac26b25552a759b07d9"
}

@@ -1,1 +0,12 @@

{}
{
"compilerOptions": {
"lib": [
"ESNext",
"DOM"
],
"strictNullChecks": true,
"allowJs": true,
"noEmit": true,
"module": "NodeNext",
}
}

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