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

contentful

Package Overview
Dependencies
Maintainers
5
Versions
464
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 4.2.1 to 4.3.0

dist/es6-modules/contentful.js

7

package.json
{
"name": "contentful",
"description": "Client for Contentful's Content Delivery API",
"version": "4.2.1",
"version": "4.3.0",
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",
"main": "./dist/contentful.node.js",
"module": "./dist/es6-modules/contentful.js",
"jsnext:main": "./dist/es6-modules/contentful.js",
"browser": "./dist/contentful.js",

@@ -18,5 +20,6 @@ "repository": {

"build": "npm run clean && npm run build:ci",
"build:ci": "npm run vendor:version && npm run build:standalone",
"build:ci": "npm run vendor:version && npm run build:standalone && npm run build:modules",
"build:standalone": "BABEL_ENV=webpack webpack && BABEL_ENV=webpack NODE_ENV=production webpack -p",
"build:standalone:log": "BABEL_ENV=webpack npm run build && BABEL_ENV=webpack NODE_ENV=production webpack -p --json --profile > webpack-build-log.json",
"build:modules": "BABEL_ENV=webpack babel lib -d dist/es6-modules",
"docs:build": "esdoc -c esdoc.json",

@@ -23,0 +26,0 @@ "docs:dev": "npm run build && npm run docs:build",

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

module.exports = '4.2.1'
module.exports = '4.3.0'

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

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

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