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

@teambit/capsule

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/capsule - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

5

dist/capsule/capsule.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import State from './state';

@@ -8,6 +7,8 @@ import { AnyFS } from '@teambit/any-fs';

import ContainerFactory from './container/container-factory';
import { Serializable } from 'child_process';
export declare type CapsuleBaseOptions = {
id: string;
};
export interface Serializable {
toString(): string;
}
export default class Capsule<T extends Exec, Y extends AnyFS> {

@@ -14,0 +15,0 @@ /**

2

package.json
{
"name": "@teambit/capsule",
"version": "0.0.11",
"version": "0.0.12",
"repository": "teambit/capsule",

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

@@ -9,3 +9,2 @@ import State from './state';

import ContainerFactory from './container/container-factory';
import { Serializable } from 'child_process';

@@ -16,2 +15,6 @@ export type CapsuleBaseOptions = {

export interface Serializable {
toString(): string;
}
export default class Capsule<T extends Exec, Y extends AnyFS> {

@@ -18,0 +21,0 @@ constructor(

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