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

@folklore/services

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@folklore/services - npm Package Compare versions

Comparing version 0.1.24 to 0.1.26

dist/cjs.js

23

package.json
{
"name": "@folklore/services",
"version": "0.1.24",
"version": "0.1.26",
"description": "External services utilities",

@@ -28,20 +28,11 @@ "keywords": [

],
"main": "lib/index.js",
"module": "es/index.js",
"main": "dist/cjs.js",
"module": "dist/es.js",
"files": [
"lib",
"es",
"dist"
],
"scripts": {
"storybook": "../../node_modules/.bin/start-storybook -p 9008 -c ../../.storybook-package",
"clean": "rm -rf dist && rm -rf lib && rm -rf es",
"webpack:dist": "../../node_modules/.bin/webpack --config ./webpack.config.js --progress --colors",
"webpack": "npm run webpack:dist",
"babel:es": "BABEL_ENV=es ../../node_modules/.bin/babel src --out-dir es --ignore story.js,test.js",
"babel:cjs": "BABEL_ENV=cjs ../../node_modules/.bin/babel src --out-dir lib --ignore story.js,test.js",
"babel": "npm run babel:es && npm run babel:cjs",
"build": "npm run webpack && npm run babel",
"prepare": "npm run clean && npm run build",
"start": "npm run storybook"
"clean": "rm -rf dist",
"build": "rollup --config ../../rollup.config.js",
"prepare": "npm run clean && npm run build"
},

@@ -55,3 +46,3 @@ "dependencies": {

},
"gitHead": "45dfe67c860adf4ed4bd952f9f7e87413cf87274"
"gitHead": "43afc23a34b03ccc39eeddc29c939f4b938502da"
}
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