Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@paystack/inline-js

Package Overview
Dependencies
Maintainers
5
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paystack/inline-js - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/inline.js

24

package.json
{
"name": "@paystack/inline-js",
"version": "2.0.0",
"version": "2.0.1",
"description": "Client-side library to load the Paystack checkout form",
"main": "lib/inline.js",
"module": "es/inline.js",
"files": [
"dist",
"lib",
"es"
],
"repository": {

@@ -24,3 +31,3 @@ "type": "git",

"devDependencies": {
"axios-mock-adapter": "^1.15.0",
"axios-mock-adapter": "^1.16.0",
"babel-c": "^0.2.0",

@@ -39,5 +46,5 @@ "babel-cli": "^6.26.0",

"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"fast-async": "^6.3.7",

@@ -48,3 +55,3 @@ "http-server": "^0.11.1",

"prettier-eslint": "^8.8.0",
"rimraf": "^2.6.2",
"rimraf": "^2.6.3",
"rollup": "^0.56.1",

@@ -56,3 +63,3 @@ "rollup-plugin-babel": "^3.0.4",

"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^3.0.0"

@@ -67,3 +74,4 @@ },

"build:cjs": "cross-env NODE_ENV=cjs rollup --config rollup.config.js -o lib/inline.js",
"build": "npm run build:dist && npm run build:cjs",
"build:es": "cross-env NODE_ENV=es rollup --config rollup.config.js -o es/inline.js",
"build": "npm run build:dist && npm run build:cjs && npm run build:es",
"test": "cross-env NODE_ENV=test jest"

@@ -70,0 +78,0 @@ },

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