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

ryuu.js

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ryuu.js - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

.gitattributes

16

package.json
{
"name": "ryuu.js",
"version": "2.5.2",
"version": "2.5.3",
"description": "Ryuu JavaScript Utility Library",

@@ -8,9 +8,19 @@ "main": "domo.js",

"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"es6-promise": "^3.1.2",
"grunt": "^0.4.5",
"grunt-release": "^0.12.0"
"grunt-release": "^0.12.0",
"http-server": "^0.9.0",
"webpack": "^1.12.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "http-server .",
"build": "NODE_ENV=production webpack -p"
},
"author": "Dave Geddes"
}
domo.js
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