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

@twilio/notifications

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio/notifications - npm Package Compare versions

Comparing version 1.0.4-rc.2 to 1.0.4-rc.3

builds/browser.js

9

CHANGELOG.md

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

### [1.0.4-rc.3](https://github.com/twilio/twilio-notifications.js/compare/@twilio/notifications@1.0.4-rc.2...@twilio/notifications@1.0.4-rc.3) (2021-11-11)
### Bug Fixes
* Remove the post-install script in favour of the "react-native" option ([0fe352d](https://github.com/twilio/twilio-notifications.js/commit/0fe352d45e50cec78e880affee589009055d5338))
### [1.0.4-rc.2](https://github.com/twilio/twilio-notifications.js/compare/@twilio/notifications@1.0.4-rc.1...@twilio/notifications@1.0.4-rc.2) (2021-11-10)

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

35

package.json
{
"name": "@twilio/notifications",
"version": "1.0.4-rc.2",
"version": "1.0.4-rc.3",
"description": "Client library for Twilio Notifications service",
"author": "Twilio",
"license": "MIT",
"main": "./dist/lib.js",
"browser": "./dist/browser.js",
"types": "./dist/lib.d.ts",
"main": "./builds/lib.js",
"browser": "./builds/browser.js",
"react-native": "./dist/index.js",
"types": "./builds/lib.d.ts",
"repository": {

@@ -15,7 +16,9 @@ "type": "git",

"files": [
"dist/docs",
"docs",
"dist/**/*.d.ts",
"dist/**/*.js",
"dist/**/*.map",
"dist/post-install.js",
"builds/**/*.d.ts",
"builds/**/*.js",
"builds/**/*.map",
"README.md",

@@ -25,3 +28,3 @@ "LICENSE"

"scripts": {
"clean": "rm -rf ./coverage ./dist",
"clean": "rm -rf ./coverage ./dist ./builds ./docs",
"build": "npx rollup -c",

@@ -32,19 +35,18 @@ "lint": "npx eslint src/**/*.ts test/**/*.ts",

"test:integration": "env FORCE_COLOR=1 NODE_ENV=test npx jest test/integration",
"sourceMapReport:html": "npx source-map-explorer@2.5.2 ./dist/lib.js --html ./dist/lib.report.html",
"sourceMapReport:json": "npx source-map-explorer@2.5.2 ./dist/lib.js --json ./dist/lib.report.json",
"sourceMapReport:html": "npx source-map-explorer@2.5.2 ./builds/lib.js --html ./builds/lib.report.html",
"sourceMapReport:json": "npx source-map-explorer@2.5.2 ./builds/lib.js --json ./builds/lib.report.json",
"sourceMapReport": "yarn sourceMapReport:html && yarn sourceMapReport:json",
"ssri": "yarn ssri:bundle && yarn ssri:min",
"ssri:bundle": "openssl dgst -sha256 -binary ./dist/twilio-notifications.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./dist/twilio-notifications.sri",
"ssri:min": "openssl dgst -sha256 -binary ./dist/twilio-notifications.min.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./dist/twilio-notifications.min.sri",
"ssri:bundle": "openssl dgst -sha256 -binary ./builds/twilio-notifications.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./builds/twilio-notifications.sri",
"ssri:min": "openssl dgst -sha256 -binary ./builds/twilio-notifications.min.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./builds/twilio-notifications.min.sri",
"ci": "yarn clean && yarn lint && yarn build && yarn ssri",
"precommit": "yarn lint && yarn test:unit && yarn test:integration",
"postinstall": "node -e \"if (require('fs').existsSync('./dist/post-install.js')) require('child_process').exec('node ./dist/post-install.js', console.log);\""
"precommit": "yarn lint && yarn test:unit && yarn test:integration"
},
"dependencies": {
"@babel/runtime": "^7.14.5",
"@twilio/declarative-type-validator": "^0.1.10-rc.2",
"@twilio/operation-retrier": "^4.0.6-rc.2",
"@twilio/declarative-type-validator": "^0.1.10-rc.3",
"@twilio/operation-retrier": "^4.0.6-rc.3",
"core-js": "^3.17.3",
"loglevel": "^1.6.3",
"twilsock": "^0.12.1-rc.2"
"twilsock": "^0.12.1-rc.3"
},

@@ -72,3 +74,2 @@ "devDependencies": {

"rollup": "^2.51.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-polyfill-node": "^0.6.2",

@@ -75,0 +76,0 @@ "rollup-plugin-terser": "^7.0.2",

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