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

@coorpacademy/components

Package Overview
Dependencies
Maintainers
12
Versions
2094
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/components - npm Package Compare versions

Comparing version 1.0.8 to 2.0.0

27

package.json
{
"name": "@coorpacademy/components",
"version": "1.0.8",
"version": "2.0.0",
"description": "Component library for web front ends",
"main": "lib/components/index.js",
"scripts": {
"start": "npm run build:bundle && babel-node sandbox/index.js",
"build": "npm run build:commonjs && npm run build:browser",
"build:commonjs": "npm run build:bundle && npm run clean:commonjs && BABEL_ENV=production babel src --out-dir lib -s",
"build:browser": "npm run build:bundle && npm run clean:browser && webpack",
"build:dev-mooc": "npm run build:bundle && npm run clean:browser && webpack --config webpack-dev-mooc.config.js",
"build:bundle": "babel-node src/util/generate-bundle.js",
"start": "babel-node src/@coorpacademy/sandbox/index.js",
"build:dev-mooc": "npm run clean:browser && webpack --config webpack-dev-mooc.config.js",
"build": "npm run clean && webpack --config webpack.config.js",
"prepublish": "npm run build",

@@ -21,4 +18,4 @@ "clean": "npm run clean:commonjs & npm run clean:browser & npm run clean:cov & wait",

"ava": "BABEL_ENV=test ava",
"nyc": "BABEL_ENV=test nyc ava --reporter=text --reporter=lcov",
"coveralls": "BABEL_ENV=test nyc report --reporter=text-lcov | coveralls"
"nyc": "nyc npm run ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},

@@ -39,3 +36,3 @@ "contributors": [

"autoprefixer": "^6.3.3",
"ava": "^0.15.2",
"ava": "^0.16.0",
"babel-cli": "^6.11.4",

@@ -48,3 +45,3 @@ "babel-core": "^6.11.4",

"babel-plugin-transform-react-jsx": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015": "^6.13.0",
"babel-preset-stage-1": "^6.5.0",

@@ -86,2 +83,6 @@ "babel-register": "^6.11.6",

],
"reporter": [
"lcov",
"text"
],
"exclude": [

@@ -100,9 +101,7 @@ "src/bundle*",

"api-check": "^7.5.5",
"d3": "^3.5.16",
"react": "^15.0.2",
"react-dom": "^15.3.0",
"snabbdom": "^0.5.1",
"virtual-dom": "^2.1.1",
"nvd3": "^1.8.2"
"virtual-dom": "^2.1.1"
}
}

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

Sorry, the diff of this file is not supported yet

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