New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 0.1.2

2

index.d.ts

@@ -8,3 +8,3 @@ interface KitProvider {

*/
(name: string): KitProvider & this;
(name?: string): KitProvider & this;

@@ -11,0 +11,0 @@ /**

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

@@ -39,6 +39,3 @@ "keywords": [

"build": "npm run build:version && rollup -c script/rollup.config.mjs",
"lint": "eslint --fix **/*.mjs",
"test": "npm run build:version && mocha \"**/*-spec.mjs\" -t 999999999 ",
"coverage": "c8 --reporter=lcov npm test",
"prepublishOnly": "npm run lint && npm test && npm run build"
"prepublishOnly": " npm run build"
},

@@ -49,8 +46,5 @@ "bugs": {

"devDependencies": {
"c8": "^7.12.0",
"eslint": "^8.24.0",
"mocha": "^10.0.0",
"rollup": "^2.79.1"
},
"gitHead": "d91cc6f3dd914dcd3cc7b91fc4c2f1155bc53b24"
"gitHead": "fa38a984720c5cea54b067ef71c4556af68171db"
}

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