New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@smartface/contx

Package Overview
Dependencies
Maintainers
5
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/contx - npm Package Compare versions

Comparing version 4.0.0-rc.6 to 4.0.0-rc.7

.github/workflows/publish_to_npm.yml

12

package.json
{
"name": "@smartface/contx",
"version": "4.0.0-rc.6",
"version": "4.0.0-rc.7",
"description": "Context Manager",

@@ -9,3 +9,3 @@ "scripts": {

"build:dev": "BABEL_ENV=development babel ./src/ --out-dir -d ../scripts/node_modules/@smartface/contx",
"build": "rm -R -f ./lib && tsc && cp -r ./src/**/*.d.ts ./lib",
"build": "rm -R -f ./lib && tsc && cp --parents ./src/**/*.d.ts ./lib",
"dev:sync": "mkdir -p ../scripts/node_modules/@smartface/contx && cp -r -t ../scripts/node_modules/@smartface/contx lib package.json ",

@@ -54,9 +54,9 @@ "dev:remove": "rm -R -f ../scripts/node_modules/@smartface/contx & rm -R -f ./lib",

"mocha": "^3.3.0",
"semver": "^5.3.0",
"typescript": "^3.8.3"
"semver": "^5.3.0"
},
"dependencies": {
"@smartface/html-to-text": "^1.0.0",
"@smartface/styler": "^2.0.0",
"@smartface/html-to-text": "^1.0.0",
"filtrex": "^0.5.4"
"filtrex": "^0.5.4",
"typescript": "^3.8.3"
},

@@ -63,0 +63,0 @@ "config": {

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