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

rosie

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rosie - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

package.json
{
"name": "rosie",
"version": "0.4.0",
"version": "0.4.1",
"description": "factory for building JavaScript objects, mostly useful for setting up test data. Inspired by factory_girl",

@@ -30,3 +30,6 @@ "keywords": [

"watch": "./node_modules/karma/bin/karma start"
}
},
"files": [
"src/rosie.js"
]
}

@@ -92,3 +92,3 @@ /**

*
* @param {string} attr
* @param {string} opt
* @param {Array.<string>=} dependencies

@@ -124,2 +124,3 @@ * @param {*=} value

* @param {string} attr
* @param {Array.<string>=} dependencies
* @param {function(number): *=} builder

@@ -132,3 +133,3 @@ * @return {Factory}

if (arguments.length === 2) {
builder = dependencies;
builder = /** @type function(number): * */dependencies;
dependencies = null;

@@ -163,3 +164,3 @@ }

*
* @param {Factory}
* @param {Factory} parentFactory
* @return {Factory}

@@ -256,3 +257,3 @@ */

* @private
* @param {string}
* @param {string} opt
* @param {object} options

@@ -296,4 +297,4 @@ * @return {*}

*
* @param {object} attributes
* @param {object} options
* @param {object=} attributes
* @param {object=} options
* @return {*}

@@ -300,0 +301,0 @@ */

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