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

@homer0/jimple

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homer0/jimple - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

dist/index.d.ts

@@ -190,3 +190,3 @@ declare class Container {

*/
declare const resourcesCollectionFactory: <ResourceName extends string, ResourceFn extends GenericFn>() => <Name extends string, Key extends string, ItemKey extends string, Items extends Record<ItemKey, Resource<ResourceName, Key, ResourceFn>>, CustomFn extends (items: Items, ...rest: Parameters<ResourceFn>) => void>(name: Name, key: Key, fn?: CustomFn | undefined) => <ItemsParam>(items: ItemsParam & Items) => ItemsParam & Items & { [NameItem in Name]: true; } & { [KeyItem in Key]: ResourceFn; } & Record<string, unknown>;
declare const resourcesCollectionFactory: <ResourceName extends string, ResourceFn extends GenericFn>() => <Name extends string, Key extends string, ItemKey extends string, Items extends Record<ItemKey, Resource<ResourceName, Key, ResourceFn>>, CustomFn extends (items: Items, ...rest: Parameters<ResourceFn>) => void>(name: Name, key: Key, fn?: CustomFn) => <ItemsParam>(items: ItemsParam & Items) => ItemsParam & Items & { [NameItem in Name]: true; } & { [KeyItem in Key]: ResourceFn; } & Record<string, unknown>;

@@ -193,0 +193,0 @@ type GenericDict = Record<any, any>;

{
"name": "@homer0/jimple",
"description": "An extended version of the Jimple lib, with extra features",
"version": "3.0.3",
"version": "3.0.4",
"repository": {

@@ -26,4 +26,4 @@ "type": "git",

"devDependencies": {
"@homer0/eslint-plugin": "12.0.3",
"@homer0/tsconfig": "1.0.14",
"@homer0/eslint-plugin": "12.0.4",
"@homer0/tsconfig": "1.0.15",
"jest": "^29.7.0",

@@ -33,3 +33,3 @@ "jimple": "^1.5.0",

"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
},

@@ -50,3 +50,3 @@ "engine-strict": true,

},
"gitHead": "e8e36fdaaebbe32a868ca86be1f90aedd8483909"
"gitHead": "d88cdbbaa1c3d2fc4ff0e6a68388de95a0816bb4"
}

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