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

nyks

Package Overview
Dependencies
Maintainers
3
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyks - npm Package Compare versions

Comparing version 5.10.0 to 5.10.1

1

fs/readdir.js

@@ -9,2 +9,3 @@ "use strict";

var entries = fs.readdirSync(dir);
entries.sort();

@@ -11,0 +12,0 @@ for(let entry of entries) {

4

package.json
{
"name": "nyks",
"version": "5.10.0",
"version": "5.10.1",
"description": "nodejs exupery style",

@@ -45,3 +45,3 @@ "keywords": [

"eslint": "eslint test array async buffer child_process collection color crypto date fs function http lang math object os path process promise require stream string",
"cover": "nyc --temp-directory=coverage/.nyc_output --reporter=text-summary --reporter=html --reporter=lcov mocha",
"cover": "nyc --temp-directory coverage/.nyc_output --reporter text-summary --reporter html --reporter lcov mocha",
"test": "npm run cover test test/async && npm run eslint",

@@ -48,0 +48,0 @@ "coveralls": "npm install coveralls && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info"

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