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

ab-test-jsx

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ab-test-jsx - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/ABTest.js

15

package.json
{
"name": "ab-test-jsx",
"description": "React (JS) AB testing consumption",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -24,5 +24,5 @@ "author": "Maciej Malkowski <monkey3310@gmail.com>",

},
"main": "lib/ab-test-jsx.cjs.js",
"module": "lib/ab-test-jsx.esm.js",
"browser": "lib/ab-test-jsx.umd.js",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"browser": "lib/abtestjsx.umd.js",
"types": "lib/index.d.ts",

@@ -35,10 +35,3 @@ "peerDependencies": {

"@types/react": "16.8.25",
"nodecat": "2.0.0",
"react": "16.9.0",
"rimraf": "2.7.0",
"rollup": "1.19.4",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-node-resolve": "5.0.1",
"rollup-plugin-terser": "5.0.0",
"typescript": "3.5.3",
"semantic-release": "=15.9.17",

@@ -45,0 +38,0 @@ "semantic-release-monorepo": "6.1.1"

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