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 1.2.0 to 1.3.0

8

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

@@ -17,6 +17,8 @@ "keywords": [

"eslint": "^1.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1"
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19"
},

@@ -40,2 +42,2 @@ "engines": {

"license": "MIT"
}
}

@@ -444,5 +444,5 @@ /**

} else if (typeof define === 'function' && define.amd) {
define([], Factory);
define([], function() { return {Factory: Factory}; });
} else if (this) {
this.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