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

amp-react-components

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amp-react-components - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

es/utils/index.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## <small>1.5.2 (2019-10-21)</small>
* fix: add utils/index.ts ([836c5b2](https://github.com/danhuang1202/amp-react-components/commit/836c5b2))
## <small>1.5.1 (2019-10-21)</small>

@@ -2,0 +6,0 @@

27

config/rollup.config.js

@@ -68,17 +68,14 @@ import commonjs from 'rollup-plugin-commonjs'

const utilPath = path.join(__dirname, '../src/utils/')
fs.readdirSync(utilPath).forEach(filename => {
entries.push({
input: `src/utils/${filename}`,
output: [
{
dir: `lib/utils`,
format: 'cjs'
},
{
dir: `es/utils`,
format: 'es'
}
]
})
entries.push({
input: `src/utils/index.ts`,
output: [
{
dir: `lib/utils`,
format: 'cjs'
},
{
dir: `es/utils`,
format: 'es'
}
]
})

@@ -85,0 +82,0 @@

{
"name": "amp-react-components",
"version": "1.5.1",
"version": "1.5.2",
"description": "Render AMP components with React",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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