Socket
Socket
Sign inDemoInstall

@twilio/declarative-type-validator

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

@twilio/declarative-type-validator - npm Package Compare versions

Comparing version 0.1.10-rc.0 to 0.1.10-rc.1

9

CHANGELOG.md

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

### [0.1.10-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/declarative-type-validator@0.1.10-rc.0...@twilio/declarative-type-validator@0.1.10-rc.1) (2021-11-09)
### Bug Fixes
* Fix the post-install script to be runnable cross-platform ([a16eede](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a16eede598dd3dbdda1997fbd2033fa2254f113f))
### [0.1.10-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/declarative-type-validator@0.1.9...@twilio/declarative-type-validator@0.1.10-rc.0) (2021-10-26)

@@ -8,0 +17,0 @@

4

package.json
{
"name": "@twilio/declarative-type-validator",
"version": "0.1.10-rc.0",
"version": "0.1.10-rc.1",
"description": "Declarative runtime type validator for JavaScript",

@@ -22,3 +22,3 @@ "main": "./dist/lib.js",

"ci": "yarn clean && yarn lint && yarn build",
"postinstall": "if [ -f ./dist/post-install.js ]; then node ./dist/post-install.js; fi"
"postinstall": "node -e \"if (require('fs').existsSync('./dist/post-install.js')) require('./dist/post-install.js');\""
},

@@ -25,0 +25,0 @@ "author": "David Lysenko",

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