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

actbase

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actbase - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

8

dist/native/input/Radio.js

@@ -12,5 +12,5 @@ "use strict";

var _index = require("../Form/index.native");
var _form = require("../form");
var _utils = require("../App/utils.native");
var _app = require("../app");

@@ -22,4 +22,4 @@ var Radio = function Radio(props) {

oProps = (0, _tslib.__rest)(props, ["checked", "children", "style"]);
var abContext = (0, _react.useContext)(_utils.ABContext);
var formContext = (0, _react.useContext)(_index.FormContext); // return (
var abContext = (0, _react.useContext)(_app.ABContext);
var formContext = (0, _react.useContext)(_form.FormContext); // return (
// <TouchableOpacity {...props}>

@@ -26,0 +26,0 @@ // {checked && (

{
"name": "actbase",
"version": "0.0.16",
"version": "0.0.17",
"description": "React & React-Native Design Components",

@@ -12,3 +12,4 @@ "main": "index.js",

"build": "rm -rf ./dist && tsc -p src/tsconfig.json && copyfiles -u 1 ./src/**/*.css ./src/**/**/*.css ./dist/ && babel dist --out-dir dist",
"example": "npm run build && rm -rf ./example/reactnative/actbase && cp -r ./dist ./example/reactnative/actbase"
"example": "npm run build && rm -rf ./example/reactnative/actbase && cp -r ./dist ./example/reactnative/actbase",
"prepublish": "npm run build"
},

@@ -15,0 +16,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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