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

to
4.0.0-rc.8

lib/src/core/Actor.js

12

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

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

"build:dev": "BABEL_ENV=development babel ./src/ --out-dir -d ../scripts/node_modules/@smartface/contx",
"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 ",
"build": "rm -R -f ./lib && tsc && rsync -a -m --include '*' --include '*.d.ts' --exclude '*' ./src ./lib",
"dev:sync": "mkdir -p ../scripts/node_modules/@smartface/contx && cp -r -t ../scripts/node_modules/@smartface/contx lib package.json",
"dev:remove": "rm -R -f ../scripts/node_modules/@smartface/contx & rm -R -f ./lib",

@@ -54,3 +54,4 @@ "dev:link": "npm run dev:remove && BABEL_ENV=development && tsc && npm run dev:sync",

"mocha": "^3.3.0",
"semver": "^5.3.0"
"semver": "^5.3.0",
"typescript": "^3.8.3"
},

@@ -60,4 +61,3 @@ "dependencies": {

"@smartface/styler": "^2.0.0",
"filtrex": "^0.5.4",
"typescript": "^3.8.3"
"filtrex": "^0.5.4"
},

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