@twilio/notifications
Advanced tools
Comparing version 1.0.4-rc.2 to 1.0.4-rc.3
@@ -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 @@ |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1211095
26
38
19875
0
0
1