You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

furystack-core

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

furystack-core - npm Package Compare versions

Comparing version

to
1.0.0-alpha-14

16

package.json
{
"name": "furystack-core",
"version": "1.0.0-alpha-13",
"version": "1.0.0-alpha-14",
"description": "FuryStack framework, Core package",

@@ -40,12 +40,12 @@ "main": "dist/index.js",

"devDependencies": {
"@types/chai": "^3.5.2",
"chai": "^3.5.0",
"@types/chai": "^4.0.0",
"chai": "^4.1.0",
"codecov": "^2.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"mocha-typescript": "^1.1.2",
"nyc": "10.2.0",
"tslint": "^5.2.0",
"typescript": "^2.3.2"
"mocha": "^3.5.0",
"mocha-typescript": "^1.1.7",
"nyc": "11.1.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2"
}
}