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.0 to 3.0.1

2

./dist/index.js

@@ -35,3 +35,3 @@ "use strict";

var require_Jimple = __commonJS({
"../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js"(exports, module2) {
"../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js"(exports2, module2) {
"use strict";

@@ -38,0 +38,0 @@ function assert(ok, message) {

@@ -371,2 +371,2 @@ declare class Container {

export { GenericCurriedFn, GenericFn, InjectHelper, Jimple, Provider, ProviderCreatorFn, ProviderKey, ProviderName, ProviderRegisterFn, Resource, ResourceCreator, ResourceCreatorCurriedFn, ResourceCreatorHandler, createProvider, createProviderCreator, createProviders, injectHelper, jimple, provider, providerCreator, providers, resourceCreatorFactory, resourceFactory, resourcesCollectionFactory };
export { type GenericCurriedFn, type GenericFn, InjectHelper, Jimple, type Provider, type ProviderCreatorFn, type ProviderKey, type ProviderName, type ProviderRegisterFn, type Resource, type ResourceCreator, type ResourceCreatorCurriedFn, type ResourceCreatorHandler, createProvider, createProviderCreator, createProviders, injectHelper, jimple, provider, providerCreator, providers, resourceCreatorFactory, resourceFactory, resourcesCollectionFactory };

@@ -35,3 +35,3 @@ "use strict";

var require_Jimple = __commonJS({
"../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js"(exports, module2) {
"../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js"(exports2, module2) {
"use strict";

@@ -38,0 +38,0 @@ function assert(ok, message) {

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

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

"devDependencies": {
"@homer0/eslint-plugin": "12.0.0",
"@homer0/tsconfig": "1.0.12",
"@homer0/eslint-plugin": "12.0.1",
"@homer0/tsconfig": "1.0.13",
"jest": "^29.7.0",
"jimple": "^1.5.0",
"ts-jest": "^29.1.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},

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

},
"gitHead": "968248535be40f5ddb1cd53cdb2bb47c1c9a06d7"
"gitHead": "3e1bd862a217e2d26a783144b991436e8b589260"
}

@@ -379,10 +379,12 @@ # 💉 jimple

As this project is part of the `packages` monorepo, some of the tooling, like ESLint and Husky, are installed on the root's `package.json`.
As this project is part of the `packages` monorepo, some of the tooling, like `lint-staged` and `husky`, are installed on the root's `package.json`.
#### Tasks
| Task | Description |
| ------- | -------------------- |
| `test` | Runs the unit tests. |
| `build` | Bundles the project. |
| Task | Description |
| ------------- | ------------------------------- |
| `lint` | Lints the package. |
| `test` | Runs the unit tests. |
| `build` | Transpiles the project. |
| `types:check` | Validates the TypeScript types. |

@@ -389,0 +391,0 @@ ## Motivation

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