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

clearrain

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clearrain - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

functionTypes.js

12

package.json
{
"name": "clearrain",
"version": "1.1.3",
"version": "1.1.4",
"description": "Javascript library for rain communities",
"main": "dist/main.js",
"main": "index.js",
"directories": {

@@ -10,8 +10,9 @@ "lib": "dist"

"files": [
"dist/main.js",
"dist/functionTypes.js"
"index.js",
"functionTypes.js"
],
"scripts": {
"start": "webpack --watch",
"build": "tsc -project tsconfig.functionTypes.json && webpack --watch",
"build": "tsc -project tsconfig.functionTypes.json && webpack",
"package": "cp-cli dist/index.js index.js && cp-cli dist/functionTypes.js functionTypes.js",
"lint": "tslint 'src/**/*.ts'"

@@ -27,2 +28,3 @@ },

"babel-loader": "^8.1.0",
"cp-cli": "^2.0.0",
"prettier": "^2.0.5",

@@ -29,0 +31,0 @@ "ts-loader": "^7.0.5",

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