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

raa-core

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raa-core - npm Package Compare versions

Comparing version

to
1.0.3

lib/index.d.ts

25

package.json
{
"name": "raa-core",
"version": "1.0.1",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],

@@ -22,3 +18,20 @@ "author": "",

"@types/axios": "^0.14.0"
}
},
"main": "lib/store/store.js",
"typings": "lib/store/store.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "fb4964e8fb550d9188a5d42be44383e458a9b677"
}