Socket
Socket
Sign inDemoInstall

arkhamjs

Package Overview
Dependencies
3
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.4 to 3.5.5

lib/constants/ArkhamConstants.d.ts

2

index.js

@@ -7,2 +7,2 @@ /**

module.exports = require('./dist');
module.exports = require('./lib');
{
"name": "arkhamjs",
"version": "3.5.4",
"version": "3.5.5",
"description": "Javascript Flux Library",
"license": "MIT",
"main": "index.js",
"types": "./dist/index.d.js",
"types": "./lib/index.d.js",
"keywords": [

@@ -32,3 +32,3 @@ "arkhamjs",

"build": "lex compile -r",
"deploy": "lex build -r && s3-deploy './dist/static/**' --cwd './dist/static/' --region us-east-1 --bucket arkhamjs.io/versions --gzip",
"deploy": "lex build -r && s3-deploy './lib/static/**' --cwd './lib/static/' --region us-east-1 --bucket arkhamjs.io/versions --gzip",
"lint": "eslint ./src --ext .ts,.tsx",

@@ -47,10 +47,10 @@ "prepublishOnly": "yarn test && yarn build",

"@nlabs/arkhamjs-storage-browser": "^1.0.5",
"@types/jest": "^23.1.0",
"@types/lodash": "^4.14.106",
"@types/node": "^10.3.3",
"@types/jest": "^23.1.1",
"@types/lodash": "^4.14.110",
"@types/node": "^10.3.4",
"eslint": "^4.19.1",
"eslint-config-styleguidejs": "^0.7.5",
"s3-deploy": "^1.0.0",
"s3-deploy": "^1.0.1",
"typescript": "^2.9.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc