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

@last-rev/adapter-contentful

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@last-rev/adapter-contentful - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

3

dist/assetParser/assetParser.d.ts

@@ -1,3 +0,4 @@

declare const _default: (obj: any) => any;
import _ from 'lodash';
declare const _default: (obj: any) => _.Dictionary<any>;
export default _default;
//# sourceMappingURL=assetParser.d.ts.map
{
"name": "@last-rev/adapter-contentful",
"version": "2.0.0",
"version": "3.0.0",
"description": "Transforms data from contentful's structure to one which is expected by LastRev components",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build": "yarn run clean && yarn run compile",
"clean": "rm -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"test": "jest",

@@ -12,6 +17,6 @@ "test:watch": "jest --watch",

"lint": "eslint",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"prepublishOnly": "yarn run lint && yarn run build",
"prepare": "yarn run build",
"preversion": "yarn run lint",
"version": "yarn run format && git add -A src",
"postversion": "git push && git push --tags"

@@ -41,3 +46,4 @@ },

"lodash": "^4.17.15"
}
},
"gitHead": "33d8ba6333b1b7f319e16d0d98cd0ec06fb6e1b8"
}

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