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

kmore-types

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmore-types - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.13.1](https://github.com/waitingsong/kmore-types/compare/v0.13.0...v0.13.1) (2019-11-17)
**Note:** Version bump only for package kmore-types
# [0.13.0](https://github.com/waitingsong/kmore-types/compare/v0.12.0...v0.13.0) (2019-10-15)

@@ -8,0 +16,0 @@

2

dist/index.cjs.js

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

*
* @version 0.12.0
* @version 0.13.0
* @author waiting

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

{
"name": "kmore-types",
"author": "waiting",
"version": "0.13.0",
"version": "0.13.1",
"description": "Retrieve types info from ts file",

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

"@waiting/shared-core": "3",
"@waiting/shared-types": "1",
"@waiting/shared-types": "3",
"rxjs": "^6.5.2",

@@ -37,3 +37,3 @@ "rxwalker": "^3.0.0",

"@types/source-map-support": "*",
"cross-env": "5"
"cross-env": "6"
},

@@ -46,2 +46,5 @@ "peerDependencies": {

},
"files": [
"dist"
],
"scripts": {

@@ -52,4 +55,4 @@ "build": "npm run tsc && npm run rp",

"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha",
"lint": "eslint --fix {src,test}/**/*.ts",
"lint:nofix": "eslint {src,test}/**/*.ts",
"lint": "eslint --fix --cache {src,test}/**/*.ts",
"lint:nofix": "eslint --cache {src,test}/**/*.ts",
"rp": "rollup -c rollup.config.js",

@@ -88,3 +91,3 @@ "rp:w": "npm run tsc:w | rollup -wc rollup.config.js",

},
"gitHead": "8d15ea1efdafc2fecfc43a832c73b4b8e834a853"
"gitHead": "587cab4dc8cc36937a7c338c4e0d6530faf83ca5"
}
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