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

@iapps/function-analytics

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iapps/function-analytics - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

3

index.js

@@ -1,1 +0,2 @@

export * from 'function-analytics.min';
import {Fn} from './function-analytics.min';
export {Fn};
{
"name": "@iapps/function-analytics",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Produce universal library with webpack and es6",
"main": "lib/function-analytics.js",
"scripts": {
"build": "npm run test && webpack --env dev && webpack --env build --fix && npm run docs",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --require babel-register --colors test/**/**/*.spec.js",
"test:watch": "mocha --require babel-register --colors -w ./test/*.spec.js",
"test:cover": "cross-env NODE_ENV=test nyc mocha --require babel-register --colors test/**/**/*.js",
"repl": "node -i -e \"$(< ./lib/webpack-library-starter.js)\"",
"publish": "npm run build && cd lib && npm publish --access public",
"docs": "node_modules/.bin/jsdoc -c jsdoc.json"
},
"scripts": {},
"repository": {

@@ -17,0 +8,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

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