Socket
Socket
Sign inDemoInstall

cnd

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cnd - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

8

lib/BITSNPIECES.js

@@ -692,2 +692,10 @@ // Generated by CoffeeScript 1.9.0

this.first_of = function(collection) {
return collection[0];
};
this.last_of = function(collection) {
return collection[collection.length - 1];
};
}).call(this);

2

package.json
{
"name": "cnd",
"version": "0.1.6",
"version": "0.1.7",
"description": "a grab-bag NodeJS package mainly for functionalities that used to live in coffeenode-trm, coffeenode-bitsnpieces, and coffeenode-types",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

Sorry, the diff of this file is not supported yet

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