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

kryo

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kryo - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

lib/_helpers/case-style.d.mts

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.14.0 (2022-05-07)
- **[Breaking change]** Compile to `.mjs`.
- **[Fix]** Update dependencies.
# 0.13.0 (2021-07-20)

@@ -2,0 +7,0 @@

53

package.json
{
"name": "kryo",
"version": "0.13.0",
"version": "0.14.0",
"description": "Runtime types for validation and serialization",

@@ -12,25 +12,9 @@ "license": "MIT",

},
"type": "module",
"files": [
"./lib/",
"./src/lib/"
],
"exports": {
".": "./lib/index.js",
"./*": "./lib/*.js"
},
"typesVersions": {
"*": {
"*": [
"./lib/*"
]
}
},
"scripts": {
"lint": "eslint \"./src/**/*.ts\"",
"format": "eslint --fix \"./src/**/*.ts\"",
"lint": "eslint \"./src/**/*.mts\"",
"format": "eslint --fix \"./src/**/*.mts\"",
"build": "tsc --build src/lib/tsconfig.json",
"prepack": "yarn run build",
"test:build": "tsc --build src/test/tsconfig.json",
"test": "yarn run test:build && mocha \"test/**/*.spec.js\""
"test": "yarn run test:build && mocha \"test/**/*.spec.mjs\""
},

@@ -41,17 +25,26 @@ "engines": {

"dependencies": {
"@types/object-inspect": "^1.8.0",
"@types/object-inspect": "^1.8.1",
"incident": "^3.2.1",
"object-inspect": "^1.10.3",
"tslib": "^2.3.0"
"object-inspect": "^1.12.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/chai": "^4.2.19",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.5",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@types/unorm": "^1.3.28",
"chai": "^4.3.4",
"mocha": "^9.0.1",
"typescript": "^4.3.4",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"typescript": "=4.7.0-beta",
"unorm": "^1.6.0"
}
},
"type": "module",
"exports": {
".": "./lib/index.mjs",
"./*": "./lib/*.mjs"
},
"files": [
"./lib/**/*.(mjs|map|mts)",
"./src/lib/"
]
}
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