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

tcl

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcl - npm Package Compare versions

Comparing version 2.3.2 to 2.4.0

29

package.json
{
"name": "tcl",
"version": "2.3.2",
"version": "2.4.0",
"description": "Node.js Tcl binding",
"main": "index.js",
"gypfile": true,
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"coverage": "istanbul cover _mocha -- --reporter spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- --reporter spec && cat ./coverage/lcov.info | coveralls",
"coverage:lcovonly": "istanbul cover _mocha --report lcovonly -- --reporter spec",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"docs": "jsdoc -c jsdoc-conf.json ./README.md",
"lint": "jshint index.js lib test",
"precoveralls": "npm run coverage:lcovonly",
"test": "mocha"

@@ -20,2 +25,6 @@ },

"repository": "nukedzn/node-tcl",
"directories": {
"example": "./examples",
"lib": "./lib"
},
"files": [

@@ -29,13 +38,13 @@ "binding.gyp",

"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.1.0"
"bindings": "^1.3.0",
"nan": "^2.7.0"
},
"devDependencies": {
"chai": "^3.1.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"sinon": "^1.17.2"
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.5",
"mocha": "^4.0.1",
"sinon": "^4.1.1"
}
}
node-tcl
========
[![Join the chat at https://gitter.im/nukedzn/node-tcl](https://nukedzn.github.io/badges/gitter.svg)](https://gitter.im/nukedzn/node-tcl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm version](https://img.shields.io/npm/v/tcl.svg)](https://www.npmjs.com/package/tcl)

@@ -5,0 +7,0 @@ [![Build Status](https://travis-ci.org/nukedzn/node-tcl.svg)](https://travis-ci.org/nukedzn/node-tcl)

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