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

contentful

Package Overview
Dependencies
Maintainers
5
Versions
450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

9

package.json

@@ -14,4 +14,5 @@ {

"clean": "rimraf dist && rimraf browser-dist && rimraf coverage && rimraf out",
"build": "npm run clean && npm run vendor && babel lib --out-dir dist && npm run build:optimize",
"build:optimize": "webpack -p && ccjs browser-dist/contentful.js --compilation_level=ADVANCED_OPTIMIZATIONS > browser-dist/contentful.min.js",
"build": "npm run clean && npm run vendor && npm run build:dist && npm run build:standalone",
"build:dist": "babel lib --out-dir dist",
"build:standalone": "webpack -p && ccjs browser-dist/contentful.js --compilation_level=ADVANCED_OPTIMIZATIONS > browser-dist/contentful.min.js 2>/dev/null",
"docs:build": "jsdoc -r -c jsdoc.json dist",

@@ -21,3 +22,3 @@ "docs:dev": "npm run build && npm run docs:build",

"docs:publish": "npm run docs:build && ./bin/publish-docs.sh",
"test:ci": "npm run test:cover && npm run test:integration && if [ \"$TRAVIS_NODE_VERSION\" = \"5.0\" ] ; then npm run test:browser-remote; fi",
"test:ci": "npm run test:cover && npm run test:integration && if [[ \"$TRAVIS_NODE_VERSION\" =~ \"5\" ]] ; then npm run test:browser-remote; fi",
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",

@@ -97,3 +98,3 @@ "test:only": "BABEL_ENV=test babel-node ./test/runner",

},
"version": "3.0.4"
"version": "3.0.5"
}

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

module.exports = '3.0.4'
module.exports = '3.0.5'

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

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