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

@folklore/clock

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@folklore/clock - npm Package Compare versions

Comparing version 0.1.11 to 0.1.13

dist/cjs.js

29

package.json
{
"name": "@folklore/clock",
"version": "0.1.11",
"version": "0.1.13",
"description": "Clock synced with server",

@@ -30,28 +30,19 @@ "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": "NODE_ENV=production rollup --config ../../rollup.config.js",
"prepare": "npm run clean && npm run build"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"debug": "^3.1.0",
"whatwg-fetch": "^2.0.3",
"@babel/runtime": "^7.16.3",
"debug": "^4.3.2",
"whatwg-fetch": "^3.6.2",
"wolfy87-eventemitter": "^5.2.4"
},
"gitHead": "74592843a9e8b982a8584ae80b2f6cdd3d5db2f4"
"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