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

@ampproject/amp-date-countdown

Package Overview
Dependencies
Maintainers
16
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampproject/amp-date-countdown - npm Package Compare versions

Comparing version 1.2105270452.0 to 1.2105271708.0

react.js

17

package.json
{
"name": "@ampproject/amp-date-countdown",
"version": "1.2105270452.0",
"version": "1.2105271708.0",
"description": "AMP HTML amp-date-countdown Component",
"author": "The AMP HTML Authors",
"license": "Apache-2.0",
"main": "dist/component.js",
"module": "dist/component.mjs",
"main": "./dist/component.js",
"module": "./dist/component-preact.module.js",
"exports": {
".": "./preact",
"./preact": {
"import": "dist/component-preact.mjs",
"require": "dist/component-preact.js"
"import": "./dist/component-preact.module.js",
"require": "./dist/component-preact.js"
},
"./react": {
"import": "dist/component-react.mjs",
"require": "dist/component-react.js"
"import": "./dist/component-react.module.js",
"require": "./dist/component-react.js"
}
},
"files": [
"dist/*"
"dist/*",
"react.js"
],

@@ -23,0 +24,0 @@ "repository": {

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