Socket
Socket
Sign inDemoInstall

@department/apollo-component

Package Overview
Dependencies
6
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.7.0

dist/index.esm.mjs

28

package.json
{
"name": "@department/apollo-component",
"version": "1.6.0",
"version": "1.7.0",
"description": "Render component for your Apollo Client",

@@ -8,11 +8,19 @@ "repository": "department-stockholm/apollo-component",

"bugs": "https://github.com/department-stockholm/apollo-component/issues",
"main": "dist/index.cjs.js",
"source": "src/index.js",
"main": "dist/index.js",
"jsnext:main": "dist/index.esm.mjs",
"module": "dist/index.esm.mjs",
"browser": "dist/index.umd.js",
"umd:main": "dist/index.umd.js",
"scripts": {
"test": "jest",
"watch": "onchange '*.js' -- rollup -c",
"build": "rollup -c",
"prepare": "rollup -c",
"release": "release"
"watch": "microbundle watch --strict --no-compress",
"build": "npm run build:main && npm run build:mock && npm run build:state",
"build:main": "microbundle build --strict",
"build:mock": "microbundle build --strict src/mock/*.js -o mock.js -f cjs",
"build:state": "microbundle build --strict src/state/*.js -o state.js -f cjs",
"clean": "rm dist/* state.js* mock.js*",
"prepare": "npm run build",
"release": "release",
"postpublish": "npm run clean"
},

@@ -27,9 +35,7 @@ "author": "Robert Sköld (https://department.se)",

"jest": "^21.2.1",
"onchange": "^3.2.1",
"microbundle": "^0.2.3",
"prop-types": "^15.6.0",
"react": "^16.1.0",
"release": "^3.0.1",
"rollup": "^0.51.5",
"rollup-plugin-buble": "^0.18.0"
"react": "^16.2.0",
"release": "^3.0.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc