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

onyx

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onyx - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/index.js

4

lib/onyx.js

@@ -30,3 +30,3 @@ /*!

*/
function Onyx () {
var Onyx = module.exports = function Onyx () {
}

@@ -285,3 +285,1 @@

};
exports.Onyx = Onyx;

@@ -9,3 +9,3 @@ {

],
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://yuilibrary.com/",

@@ -17,3 +17,3 @@ "author": "Reid Burke <me@reidburke.com> (http://reidburke.com/)",

}],
"main": "./lib/onyx",
"main": "./lib/index",
"directories": {

@@ -25,8 +25,8 @@ "lib": "./lib"

"devDependencies" : {
"jslint" : ">=0.1.0",
"jslint" : ">=0.1.2",
"ronn" : ">=0.3.5",
"vows" : ">=0.5.0 <0.5.10"
"vows" : ">=0.6.0"
},
"engines": {
"node": "~0.4.9"
"node": "~0.4.9 ~0.6.5"
},

@@ -33,0 +33,0 @@ "scripts": {

@@ -12,3 +12,3 @@ /*!

var Onyx = require("../lib/onyx").Onyx;
var Onyx = require("../lib/index").Onyx;

@@ -15,0 +15,0 @@ function mockRequest () {

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