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.12.2 to 0.13.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.13.0 (2021-07-20)
- **[Breaking change]** Drop `lib` prefix from deep imports.
# 0.12.2 (2021-06-29)

@@ -2,0 +6,0 @@

13

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

@@ -13,4 +13,2 @@ "license": "MIT",

"type": "module",
"main": "./lib/index.js",
"module": "./lib/index.js",
"files": [

@@ -22,4 +20,11 @@ "./lib/",

".": "./lib/index.js",
"./lib/*": "./lib/*.js"
"./*": "./lib/*.js"
},
"typesVersions": {
"*": {
"*": [
"./lib/*"
]
}
},
"scripts": {

@@ -26,0 +31,0 @@ "lint": "eslint \"./src/**/*.ts\"",

Sorry, the diff of this file is not supported yet

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