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

factory.ts

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

factory.ts - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

lib/index.d.ts
import * as Async from "./async";
export { Async };
import * as Sync from "./async";
import * as Sync from "./sync";
export { Sync };
export { RecPartial, FactoryFunc, Generator, Derived, Factory, Builder, val, each, makeFactory } from "./sync";

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

exports.Async = Async;
const Sync = require("./async");
const Sync = require("./sync");
exports.Sync = Sync;

@@ -8,0 +8,0 @@ // for now, for backwards compat

{
"name": "factory.ts",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",

@@ -40,2 +40,2 @@ "description": "A Typescript test data factory similar to factory_bot and rosie",

}
}
}

@@ -7,3 +7,3 @@ # factory.ts

Version 0.3.1 introduces a new set of async factory methods for cases where asynchronicity is required to generate values.
Version 0.3.2 introduces a new set of async factory methods for cases where asynchronicity is required to generate values.

@@ -10,0 +10,0 @@ ## Example

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