Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.0.5 to 1.0.6

3

lib/SHIM.js

@@ -11,6 +11,5 @@ // Generated by CoffeeScript 1.9.1

}
require('es6-shim');
return require('es7-shim');
return require('es6-shim');
};
}).call(this);
{
"name": "cnd",
"version": "1.0.5",
"version": "1.0.6",
"description": "a grab-bag NodeJS package mainly for functionalities that used to live in coffeenode-trm, coffeenode-bitsnpieces, and coffeenode-types",

@@ -30,3 +30,2 @@ "main": "lib/main.js",

"es6-shim": "^0.32.2",
"es7-shim": "^4.0.0",
"lodash": "^3.2.0",

@@ -33,0 +32,0 @@ "permute": "^1.0.0"

- [cnd](#cnd)
- [CND Shim](#cnd-shim)
- [CND TSort](#cnd-tsort)

@@ -16,3 +17,17 @@ - [TSort API](#tsort-api)

## CND Shim
CND now includes https://github.com/es-shims/es6-shim and https://github.com/es-shims/es7-shim;
in order to use these, say
```coffee
CND = require 'cnd'
CND.shim()
```
which will then polyfill you current runtime to the point where you approximately
reach compatibility with NodeJS v0.12 run with the `--harmony` switch. Note
that not everything can be polyfilled; in particular WeakMaps and `yield` cannot
be provided this way.
## CND TSort

@@ -19,0 +34,0 @@

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