Socket
Socket
Sign inDemoInstall

@atomicfinance/provider

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomicfinance/provider - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0-alpha.0

dist/index.js

20

package.json
{
"name": "@atomicfinance/provider",
"umdName": "Provider",
"version": "0.2.2",
"version": "1.0.0-alpha.0",
"description": "> TODO: description",

@@ -9,14 +9,16 @@ "author": "Matthew Black <mblackmblackmblack@gmail.com>",

"license": "ISC",
"main": "dist/index.cjs.js",
"main": "dist/index",
"types": "lib/index",
"files": [
"dist",
"lib"
"dist"
],
"scripts": {
"build:node": "webpack --config ../../webpack/webpack.node.config.js",
"build:browser": "webpack --config ../../webpack/webpack.browser.config.js",
"build": "webpack --config ../../webpack/webpack.config.js"
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "yarn run build"
},
"dependencies": {
"@atomicfinance/client": "^0.2.2",
"@atomicfinance/client": "^1.0.0-alpha.0",
"lodash": "^4.17.20"

@@ -30,3 +32,3 @@ },

},
"gitHead": "c9b9800a0e2f9707606016d539911726474f9e4a"
"gitHead": "048f93374d33ee78deb97b00dde0f7decb051b61"
}
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