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

@kablamo/kerosene-test

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kablamo/kerosene-test - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

.dist/stubs/stubProperties.d.ts

@@ -9,2 +9,2 @@ export declare type TypedPropertyDescriptorMap<T> = {

*/
export declare function stubProperties<T>(target: T, properties: TypedPropertyDescriptorMap<T> & ThisType<T>): () => void;
export default function stubProperties<T>(target: T, properties: TypedPropertyDescriptorMap<T> & ThisType<T>): () => void;

@@ -18,2 +18,2 @@ "use strict";

}
exports.stubProperties = stubProperties;
exports.default = stubProperties;
{
"name": "@kablamo/kerosene-test",
"version": "0.0.1",
"version": "0.0.2",
"repository": {

@@ -48,3 +48,2 @@ "type": "git",

"dependencies": {
"@types/jest": "^24.0.14",
"@types/lodash": "^4.14.134",

@@ -51,0 +50,0 @@ "@types/sinon": "^7.0.13",

# 🔥 Kerosene-test
`@kablamo/kerosene-test` is not yet available on npm.
```
yarn add --dev @kablamo/kerosene-test
npm install --save-dev @kablamo/kerosene-test
```
## Available Functions

@@ -6,0 +10,0 @@

export type TypedPropertyDescriptorMap<T> = {
[P in keyof T]?: TypedPropertyDescriptor<T[P]>
[P in keyof T]?: TypedPropertyDescriptor<T[P]>;
};

@@ -10,3 +10,3 @@

*/
export function stubProperties<T>(
export default function stubProperties<T>(
target: T,

@@ -13,0 +13,0 @@ properties: TypedPropertyDescriptorMap<T> & ThisType<T>,

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