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.1 to 0.4.2

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -241,3 +241,3 @@ /**

options: function(options) {
options = options || {};
options = Factory.util.extend({}, options || {});
for (var opt in this.opts) {

@@ -436,4 +436,4 @@ options[opt] = this._optionValue(opt, options);

if (typeof exports != "undefined") {
if (typeof exports !== 'undefined') {
exports.Factory = Factory;
}
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