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 1.0.29 to 1.0.30

modules/css-to-react-native-transform/index.js

7

package.json
{
"name": "actbase",
"version": "1.0.29",
"version": "1.0.30",
"description": "React-Native Design Components",

@@ -13,5 +13,6 @@ "main": "lib/index.js",

"scripts": {
"build": "rm -rf ./lib && tsc -p src/tsconfig.json && copyfiles -u 1 ./src/**/*.json ./src/**/**/*.json ./src/**/**/*.png ./lib/ && babel lib --out-dir lib",
"build_src": "rm -rf ./lib && tsc -p src/tsconfig.json && copyfiles -u 1 ./src/**/*.json ./src/**/**/*.json ./src/**/**/*.png ./lib/ && babel lib --out-dir lib",
"build_mod": "rm -rf ./modules && babel src_modules --ignore *.spec.js --out-dir modules",
"example": "npm run build && rm -rf ./example/reactnative/actbase && cp -r ./lib ./example/reactnative/actbase",
"prepublish": "npm run build"
"prepublish": "npm run build_src && npm run build_mod"
},

@@ -18,0 +19,0 @@ "license": "MIT",

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