New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@carpasse/dapi

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carpasse/dapi - npm Package Compare versions

Comparing version 1.1.1-beta.3 to 1.1.1-beta.4

2

dist/cjs/index.d.ts

@@ -5,3 +5,3 @@ /**

export { DapiMixin, type DapiDefinition, type DapiWrapper } from './DapiMixin.js';
export type { DapiFns, DapiFn, DecoratorFn, HookFn } from './types';
export type { DapiFns, DapiFn, DecoratorFn, HookFn } from './types/index.js';
export { createDapi } from './createDapi.js';

@@ -5,3 +5,3 @@ /**

export { DapiMixin, type DapiDefinition, type DapiWrapper } from './DapiMixin.js';
export type { DapiFns, DapiFn, DecoratorFn, HookFn } from './types';
export type { DapiFns, DapiFn, DecoratorFn, HookFn } from './types/index.js';
export { createDapi } from './createDapi.js';
{
"name": "@carpasse/dapi",
"version": "1.1.1-beta.3",
"version": "1.1.1-beta.4",
"description": "Simple library to create complex systems out of pure functions",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

@@ -5,3 +5,3 @@ /**

export {DapiMixin, type DapiDefinition, type DapiWrapper} from './DapiMixin.js';
export type {DapiFns, DapiFn, DecoratorFn, HookFn} from './types';
export type {DapiFns, DapiFn, DecoratorFn, HookFn} from './types/index.js';
export {createDapi} from './createDapi.js';
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