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.9-rc.7 to 0.1.9-rc.8

dist/post-install.js

8

CHANGELOG.md

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

### [0.1.9-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/declarative-type-validator@0.1.9-rc.7...@twilio/declarative-type-validator@0.1.9-rc.8) (2021-09-12)
**Note:** Version bump only for package @twilio/declarative-type-validator
### [0.1.9-rc.7](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/declarative-type-validator@0.1.9-rc.6...@twilio/declarative-type-validator@0.1.9-rc.7) (2021-09-12)

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

4

package.json
{
"name": "@twilio/declarative-type-validator",
"version": "0.1.9-rc.7",
"version": "0.1.9-rc.8",
"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/postinstall.js ]; then node ./dist/postinstall.js; fi"
"postinstall": "if [ -f ./dist/post-install.js ]; then node ./dist/post-install.js; fi"
},

@@ -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