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

microcms-js-sdk

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microcms-js-sdk - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

index.js

21

package.json
{
"name": "microcms-js-sdk",
"version": "0.0.3",
"version": "0.0.4",
"description": "JavaScript SDK Client for microCMS.",
"main": "./dist/bundle.js",
"main": "./dist/cjs/microcms-js-sdk.js",
"module": "./dist/esm/microcms-js-sdk.js",
"types": "./dist/index.d.ts",

@@ -15,3 +16,4 @@ "repository": {

"scripts": {
"build": "webpack --config webpack.config.js",
"build": "rollup -c",
"dev": "rollup -c w",
"lint": "eslint ./src",

@@ -27,2 +29,5 @@ "lint:fix": "eslint --fix ./src",

"@babel/preset-env": "^7.13.15",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",

@@ -41,10 +46,12 @@ "@types/node-fetch": "^2.5.10",

"eslint-plugin-standard": "^5.0.0",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"query-string": "^7.0.0",
"ts-loader": "^9.1.2",
"typescript": "^4.2.4",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0"
"rollup": "^2.47.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
}
}
import Client from './microcmsClient';
export { Client };
export default Client;
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"module": "es6",
"allowJs": true,

@@ -13,3 +13,4 @@ "resolveJsonModule": true,

"types": ["node"],
"esModuleInterop": true
"esModuleInterop": true,
"moduleResolution": "node"
},

@@ -16,0 +17,0 @@ "include": ["./src/**/*"],

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