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

@waiting/shared-types-dev

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-types-dev - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

2

dist/index.cjs.js

@@ -5,3 +5,3 @@ /**

*
* @version 2.3.0
* @version 2.4.0
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -230,2 +230,3 @@ import { deepFind } from '../util';

// console.log({ typeKey, code })
// const start = new Date()
file.addStatements(code);

@@ -247,2 +248,4 @@ const decla = file.getTypeAlias(typeKey);

genTypeAliasDeclaration(resultObj, file, decla, aliasName, delimiter);
// const dd = new Date().getTime() - start.getTime()
// console.log({ typeKey, code, dd })
}

@@ -249,0 +252,0 @@ if (arr.length > 1) {

{
"name": "@waiting/shared-types-dev",
"author": "waiting",
"version": "2.4.0",
"version": "2.5.0",
"description": "shared typescript types devel",

@@ -29,5 +29,5 @@ "private": false,

"@types/source-map-support": "*",
"@waiting/shared-core": "8",
"@waiting/shared-types": "8",
"rxjs": "6",
"@waiting/shared-core": "9",
"@waiting/shared-types": "9",
"rxjs": "7",
"source-map-support": "*",

@@ -52,3 +52,3 @@ "ts-morph": "10"

"build": "npm run tsc && npm run rp",
"clean": "rm -rf dist/* -rf && npm run clean:lock && npm run clean:cache",
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/* -rf",
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*",

@@ -59,2 +59,4 @@ "clean:lock": "rm package-lock.json -f",

"lint:nofix": "eslint --cache {src,test}/**/*.ts",
"prepublishOnly": "sh ../../.scripts/change-pkg-types-dist.sh",
"postpublish": "sh ../../.scripts/change-pkg-types-src.sh",
"purge": "npm run clean && rm node_modules -rf",

@@ -96,3 +98,3 @@ "rp": "rollup -c rollup.config.js",

},
"gitHead": "f0761e98605d3a528551e9cfc54cd9e46c372a7a"
"gitHead": "96fab4e1ca2674dea4052a083eb97df530d99be7"
}

@@ -354,2 +354,3 @@ /* eslint-disable @typescript-eslint/ban-types */

// console.log({ typeKey, code })
// const start = new Date()
file.addStatements(code)

@@ -371,2 +372,4 @@ const decla = file.getTypeAlias(typeKey)

genTypeAliasDeclaration(resultObj, file, decla, aliasName, delimiter)
// const dd = new Date().getTime() - start.getTime()
// console.log({ typeKey, code, dd })
}

@@ -373,0 +376,0 @@

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