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

contentful-sdk-core

Package Overview
Dependencies
Maintainers
5
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-sdk-core - npm Package Compare versions

Comparing version 3.5.9 to 3.5.10

bin/release-ci.sh

4

bin/run-if-node-version.js

@@ -5,3 +5,3 @@ #!/usr/bin/env node

* This script exits unless the TRAVIS_NODE_VERSION environment variable
* contains a 5.x version.
* contains a 6.x version.
*

@@ -12,3 +12,3 @@ * This is used in package.json to ensure that we are only firing the remote

var re = new RegExp(process.env.LEAD_NODE_MAJOR_VERSION + '\.', 'g')
var re = new RegExp(process.env.LEAD_NODE_MAJOR_VERSION + '.', 'g')

@@ -15,0 +15,0 @@ if (!re.test(process.env.TRAVIS_NODE_VERSION)) {

{
"name": "contentful-sdk-core",
"version": "3.5.9",
"version": "3.5.10",
"description": "Core modules for the Contentful JS SDKs",

@@ -5,0 +5,0 @@ "homepage": "https://www.contentful.com/developers/docs/javascript/",

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