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

clean-scripts

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

clean-scripts - npm Package Compare versions

Comparing version 1.11.1 to 1.11.2

2

dist/core.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

*/
export declare function sleep(ms: number): Promise<{}>;
export declare function sleep(ms: number): Promise<unknown>;
import * as stream from 'stream';

@@ -8,0 +8,0 @@ /**

{
"name": "clean-scripts",
"version": "1.11.1",
"version": "1.11.2",
"description": "A CLI tool to make scripts in package.json clean.",

@@ -29,19 +29,19 @@ "main": "dist/core.js",

"devDependencies": {
"@commitlint/cli": "7.6.1",
"@commitlint/config-conventional": "7.6.0",
"@types/jasmine": "3.3.12",
"@commitlint/cli": "8.0.0",
"@commitlint/config-conventional": "8.0.0",
"@types/jasmine": "3.3.13",
"@types/minimist": "1.2.0",
"@types/node": "12.0.2",
"@types/node": "12.0.10",
"@types/pretty-ms": "4.0.0",
"clean-release": "2.7.0",
"jasmine": "3.4.0",
"markdownlint-cli": "0.16.0",
"markdownlint-cli": "0.17.0",
"no-unused-export": "1.7.0",
"rimraf": "2.6.3",
"standard": "12.0.1",
"tslint": "5.16.0",
"tslint": "5.18.0",
"tslint-config-standard": "8.0.1",
"tslint-sonarts": "1.9.0",
"type-coverage": "2.0.1",
"typescript": "3.4.5"
"type-coverage": "2.0.4",
"typescript": "3.5.2"
},

@@ -51,3 +51,3 @@ "dependencies": {

"pretty-ms": "5.0.0",
"tslib": "1.9.3"
"tslib": "1"
},

@@ -54,0 +54,0 @@ "bin": {

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